EwsUpdatesInfo<TInfo, TId> Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Contains result information about updated entries.
Syntax
public abstract class EwsUpdatesInfo<TInfo, TId>
Type Parameters
Name | Description |
---|---|
TInfo | |
TId |
Inherited Members
Properties
Name | Description |
---|---|
Checkpoint | Gets a checkpoint of update operation. |
Created | Gets a collection containing objects created since the last checkpoint. |
Deleted | Gets a collection containing objects deleted since the last checkpoint. |
IsLastResult | Gets a value indicating whether the last entry is in the result set (if it is known). |
Updated | Gets a collection containing objects updated since the last checkpoint. |