CreateAttachmentType.Attachments Property

Definition

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.

Applies to