EmailMessage.Attachments 属性

定义

获取电子邮件的附件。

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)

属性值

电子邮件的附件。

Windows 要求

应用功能
email emailSystem

适用于