AttachmentType.AttachmentId Property
The AttachmentId property gets or sets the attachment identifier. This property is read/write.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AttachmentId As AttachmentIdType
Get
Set
'Usage
Dim instance As AttachmentType
Dim value As AttachmentIdType
value = instance.AttachmentId
instance.AttachmentId = value
public AttachmentIdType AttachmentId { get; set; }
Property Value
Type: ExchangeWebServices.AttachmentIdType
The AttachmentId property returns an AttachmentIdType that contains the identifier of the parent item and the attachment.
See Also