Attachments

Gets the email message attachments.

Values

AttachmentList object

Examples
Copy
var myAttachments;
myAttachments = email.Attachments;
var myAttachment;myAttachment = eMail.Attachments.Items(1);