CreateAttachmentType.Attachments Property
The Attachments property gets or sets the attachments to create for the CreateAttachment operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Attachments As AttachmentType()
Get
Set
'Usage
Dim instance As CreateAttachmentType
Dim value As AttachmentType()
value = instance.Attachments
instance.Attachments = value
public AttachmentType[] Attachments { get; set; }
Property Value
Type: []
The Attachments property returns an AttachmentType array that contains the set of attachments.
Remarks
The Attachments property can contain a set of file and item attachments.
See Also