ItemType.Attachments Property

Definition

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.

Applies to