AttachmentInfoResponseMessageType.Attachments Property
The Attachments property gets or sets a collection of items that are attached to an item in the Exchange store.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Attachments As AttachmentType()
Get
Set
'Usage
Dim instance As AttachmentInfoResponseMessageType
Dim value As AttachmentType()
value = instance.Attachments
instance.Attachments = value
public AttachmentType[] Attachments { get; set; }
Property Value
Type: []
The Attachments property returns an array of AttachmentType objects that are attached to an item in the Exchange store.
See Also