Up until now I used to just need to sync my Main Contacts folder using
SyncFolderItems()
But recently I added multiple contact sub-folders to keep contacts organized so now I'm confused as far as the syncstate that I store. I thought the sync state was like a mailbox-wide unique identifier for a given point in time, but now It looks like I need to call the SyncFolderItems() function for each subfolder and store different syncstates for each folder.
Is this true? Or am I overthinking it?
Storing one syncstate is bad as it is already I cant m imagine having to store 6 different sync states.
Has anybody had any experience with synccing multiple folders in Exchange?
Any tips, or advice greatly appreciated.