GetAttachmentType.AttachmentIds Property
The AttachmentIds property gets or sets the identifiers of the attachments to return in the response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AttachmentIds As RequestAttachmentIdType()
Get
Set
'Usage
Dim instance As GetAttachmentType
Dim value As RequestAttachmentIdType()
value = instance.AttachmentIds
instance.AttachmentIds = value
public RequestAttachmentIdType[] AttachmentIds { get; set; }
Property Value
Type: []
The AttachmentIds property returns a RequestAttachmentIdType array that identifies the attachments to return.
See Also