OccurrenceInfoType.ItemId Property
The ItemId property gets or sets the identifier of a modified occurrence of a recurring calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ItemId As ItemIdType
Get
Set
'Usage
Dim instance As OccurrenceInfoType
Dim value As ItemIdType
value = instance.ItemId
instance.ItemId = value
public ItemIdType ItemId { get; set; }
Property Value
Type: ExchangeWebServices.ItemIdType
The ItemId property returns the identifier of a modified occurrence of a recurring calendar item.
See Also