Newer Version Available

This content describes an older version of this product. View Latest

AttachmentRetrievalOption Enum

Provides options for including attachment metadata only, attachment metadata and content, or excluding attachments.

Namespace

Messaging

Enum Values

The following are the values of the Messaging.AttachmentRetrievalOption enum.

Value Description
METADATA_ONLY Includes only the file name, content type, and the object ID in the fileAttachments property of Messaging.SingleEmailMessage.

When the template is rendered from a Visualforce template (and not from a static file attached to the template), the object ID is not available.

Note

METADATA_WITH_BODY Includes the attachment content, in addition to the file name, content type, and the object ID in the fileAttachments property of Messaging.SingleEmailMessage.
NONE Doesn’t include any attachments in Messaging.SingleEmailMessage.