Attachments
Gets the email message attachments.
Values
Examples
var myAttachments;
myAttachments = email.Attachments;
var myAttachment;
myAttachment = eMail.Attachments.Items(1);
Page updated: 06 April 2023
Gets the email message attachments.
var myAttachments;
myAttachments = email.Attachments;
var myAttachment;
myAttachment = eMail.Attachments.Items(1);
|
---|