Edit

Share via


GetAttachmentType.AttachmentIds Property

Definition

The AttachmentIds property gets or sets the identifiers of the attachments to return in the response.

public:
 property cli::array <ExchangeWebServices::RequestAttachmentIdType ^> ^ AttachmentIds { cli::array <ExchangeWebServices::RequestAttachmentIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::RequestAttachmentIdType ^> ^ value); };
public ExchangeWebServices.RequestAttachmentIdType[] AttachmentIds { get; set; }
Public Property AttachmentIds As RequestAttachmentIdType()

Property Value

The AttachmentIds property returns a RequestAttachmentIdType array that identifies the attachments to return.

Applies to