EmailMessage.Attachments Property

Definition

Gets the attachments of the email message.

public:
 property IVector<EmailAttachment ^> ^ Attachments { IVector<EmailAttachment ^> ^ get(); };
IVector<EmailAttachment> Attachments();
public IList<EmailAttachment> Attachments { get; }
var iVector = emailMessage.attachments;
Public ReadOnly Property Attachments As IList(Of EmailAttachment)

Property Value

The attachments to the email message.

Windows requirements

App capabilities
email emailSystem

Applies to