Condividi tramite


EmailMessage.Attachments Proprietà

Definizione

Ottiene gli allegati del messaggio di posta elettronica.

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)

Valore della proprietà

Allegati al messaggio di posta elettronica.

Requisiti Windows

Funzionalità dell'app
email emailSystem

Si applica a