BaseObjectChangedEventType.Item Property

The Item property gets a FolderIdType or an ItemIdType object that identifies the changed store item.

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

Syntax

'Declaration
Public Property Item As Object
    Get
    Set
'Usage
Dim instance As BaseObjectChangedEventType
Dim value As Object

value = instance.Item

instance.Item = value
public Object Item { get; set; }

Property Value

Type: System.Object
The Item property returns an object that represents either a FolderIdType or an ItemIdType object.