AttachmentRetrievalOption Enum

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

Namespace

Messaging

Usage

Use these enum values with the renderStoredEmailTemplate(templateId, whoId, whatId, attachmentRetrievalOption) method.

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.
Note

Note

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.

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.