SyncFolderItemsCreateOrUpdateType.Item Property

The Item property gets or sets the item to create or update in the local client store.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Item As ItemType
    Get
    Set
'Usage
Dim instance As SyncFolderItemsCreateOrUpdateType
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 item to create or update in the local client store.