Receives changes that occurred since the last checkpoint.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function GetUpdatedFolders ( _ folderId As EwsFolderId, _ checkpoint As String _ ) As EwsUpdatedFoldersInfo |
C# |
---|
public EwsUpdatedFoldersInfo GetUpdatedFolders( EwsFolderId folderId, string checkpoint ) |
Parameters
- folderId
- Type: Rebex.Net..::..EwsFolderId
Base folder of changes.
- checkpoint
- Type: System..::..String
Checkpoint received in previous response. Use null (Nothing in VB) for the first request.