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