GetAttachmentType.AttachmentIds 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 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.