DeleteAttachmentType.AttachmentIds Property

Definition

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.

Applies to