ItemType.ItemId Property

The ItemId property gets or sets an instance of the ItemIdType class that represents the unique identifier and change key of an item in the Exchange store.

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

Syntax

'Declaration
Public Property ItemId As ItemIdType
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As ItemIdType

value = instance.ItemId

instance.ItemId = value
public ItemIdType ItemId { get; set; }

Property Value

Type: ExchangeWebServices.ItemIdType
The ItemId property returns an instance of the ItemIdType class that represents the unique identifier and change key of an item in the Exchange store.