ItemAttachmentType.Item Property
The Item property gets or sets a generic Exchange item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As ItemType
Get
Set
'Usage
Dim instance As ItemAttachmentType
Dim value As ItemType
value = instance.Item
instance.Item = value
public ItemType Item { get; set; }
Property Value
Type: ExchangeWebServices.ItemType
The Item property returns an ItemType object that represents the Exchange item.
See Also