Attachments
Gets the email message attachments.
Values
Examples
Copy
var myAttachments;
myAttachments = email.Attachments;
var myAttachment;myAttachment = eMail.Attachments.Items(1);