static private CreateSyncRequest ( string collectionId, string syncKey, bool getChanges ) : SyncRequest | ||
collectionId | string | Specify the server ID of the folder to be synchronized, which can be returned by ActiveSync FolderSync command(Refer to [MS-ASCMD]2.2.3.30.5) |
syncKey | string | Specify the sync key obtained from the last sync response(Refer to [MS-ASCMD]2.2.3.166.4) |
getChanges | bool | Sets sync collection information related to the GetChanges |
return | SyncRequest |