| Modifier and Type | Field and Description |
|---|---|
EmailMessageAttachmentType |
EmailMessageAttachment.attachmentType |
| Modifier and Type | Method and Description |
|---|---|
static EmailMessageAttachmentType |
EmailMessageAttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMessageAttachmentType[] |
EmailMessageAttachmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EmailMessageAttachment(EmailMessageAttachmentType attachmentType,
String nullableFileName,
String mimeType,
byte[] byteArr,
IsEmptyAllowed isEmptyAllowed)
Instead of direct access, API users should use
EmailMessageBuilder.builderForTextAttachment()
or EmailMessageBuilder.builderForBinaryAttachment(). |
Copyright © 2013–2020. All rights reserved.