Outlook sync improvements.
This commit is contained in:
@@ -87,6 +87,14 @@ public interface IOutlookChangeProcessor : IDefaultChangeProcessor
|
||||
/// <returns>New identifier if success.</returns>
|
||||
Task UpdateFolderDeltaSynchronizationIdentifierAsync(Guid folderId, string deltaSynchronizationIdentifier);
|
||||
|
||||
/// <summary>
|
||||
/// Updates the initial synchronization completion status for a folder.
|
||||
/// Used to track whether mail ids have been queued for initial sync.
|
||||
/// </summary>
|
||||
/// <param name="folderId">Folder id</param>
|
||||
/// <param name="isCompleted">Whether initial sync is completed</param>
|
||||
Task UpdateFolderInitialSyncCompletedAsync(Guid folderId, bool isCompleted);
|
||||
|
||||
/// <summary>
|
||||
/// Outlook may expire folder's delta token after a while.
|
||||
/// Recommended action for this scenario is to reset token and do full sync.
|
||||
|
||||
Reference in New Issue
Block a user