Share via


EmailMergeEnvelope.Attachemts Property

Publisher Developer Reference

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

Version Information
 Version Added:  Publisher 2007

Syntax

expression.Attachemts

expression   A variable that represents an EmailMergeEnvelope object.

Return Value
Attachments

Remarks

To add attachments to a merged e-mail message, use the Add method of the Attachment object. To remove an attachment, use the Attachment.Delete method; to remove all attachments, use the ClearAll method of the Attachments collection.

See Also