Hi,
Was trying to find out how mails are accessed in an archived mailbox from an outlook client. Understand that archived mailbox are not cached on an outlook client.
Below is the scenario for which I am seeking an answer:
If the archived mailbox is 10GB in size and has 100,000 items, when the user is accessing the archived mailbox in his/her outlook client, does the outlook client
1. sync/download all 100,000 mail items from the backend for the user to access the archived emails?
2. sync/download all 100,000 headers only?
3. sync/download all 100,000 headers then the mail items?
4. sync/download the recent xx mail items? Can this be configured in the backend to change the xx variable count?
5. sync/download the recent yy headers only? Can this be configured in the backend to change the yy variable count?
Thanks in advance. :)