CreateAttachmentType.Attachments 属性

定义

属性 Attachments 获取或设置要为 CreateAttachment作创建的附件。

public:
 property cli::array <ExchangeWebServices::AttachmentType ^> ^ Attachments { cli::array <ExchangeWebServices::AttachmentType ^> ^ get(); void set(cli::array <ExchangeWebServices::AttachmentType ^> ^ value); };
public ExchangeWebServices.AttachmentType[] Attachments { get; set; }
Public Property Attachments As AttachmentType()

属性值

属性 Attachments 返回包含 AttachmentType 附件集的数组。

注解

属性 Attachments 可以包含一组文件和项附件。

适用于