CreateAttachmentType.Attachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Attachments property gets or sets the attachments to create for the CreateAttachment operation.
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()
Property Value
The Attachments property returns an AttachmentType array that contains the set of attachments.
Remarks
The Attachments property can contain a set of file and item attachments.