ChangeCollection<TChange> class
Contains properties and methods that return a collection of changes and synchronization information in response to a synchronization event.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public NotInheritable Class ChangeCollection(Of TChange As Change) _ Implements IEnumerable(Of TChange), IEnumerable 'Usage Dim instance As ChangeCollection(Of TChange)
Type parameters
- TChange
The type of change resulting from a synchronization event (that is, FolderChange or ItemChange).
Show: