Does calling SyncFolderItems
in a loop (until MoreChangesAvailable
is false) return items that have been received after my first call to SyncFolderItems
?
For example, say I have 1,000 items in my mailbox and I make a call to SyncFolderItems
with no sync state. After my first call to SyncFolderItems
I receive an item will it include a new email I receive after I first call SyncFolderItems
?