EmailMergeEnvelope.Attachments property (Publisher)

Gets the list of a merged email message's attachments. Read-only.

Syntax

expression.Attachments

expression A variable that represents an EmailMergeEnvelope object.

Return value

Attachments

Remarks

To add attachments to a merged email message, use the Add method of the Attachments collection.

To remove an attachment, use the Delete method of the Attachment object.

To remove all attachments, use the ClearAll method of the Attachments collection.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.