ItemType.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 an AttachmentType array that contains the items or files that are attached to an item in the Exchange store.
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 array of type AttachmentType that contains the items or files that are attached to an item in the Exchange store.