ItemType.Attachments Property
The Attachments property gets or sets an AttachmentType array that contains the items or files 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 ItemType
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 type AttachmentType that contains the items or files that are attached to an item in the Exchange store.
See Also