ItemChangeType Constructor
The ItemChangeType constructor initializes a new instance of the ItemChangeType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New ItemChangeType()
public ItemChangeType()
Remarks
Only a single ItemId, OccurrenceItemId, or RecurringMasterItemId element can be used in an ItemChange element.
See Also