Edit

Share via


AttachmentInfoResponseMessageType.Attachments Property

Definition

The Attachments property gets or sets a collection of items 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 AttachmentType objects that are attached to an item in the Exchange store.

Applies to