DeleteAttachmentType.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 set of attachment identifiers that are used to identify the attachments to delete.
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 set attachments to delete.