Forum Discussion
Microsoft Exchange Issue
5 Replies
- v-jiascu-msftMicrosoft Employee
Hi nirvana_moksh,
Since the total size of all the 7 mailboxes is big, using middle storage is a good idea. How about filtering them out in the Query Editor? Please refer to the snapshot below. Finally, only the inbox is loaded.
Best Regards,
Dale- nirvana_mokshImpactful Individual
v-jiascu-msftCould you expand on what you meant by "middle storage"? Also, wont doing this filter to "\Inbox\", first load all data for all folders and then filter to '\Inbox\" opposed to the "Navigation" process which first defines the whole path and then starts the download for that path instead?
Thank You
- v-jiascu-msftMicrosoft Employee
Hi nirvana_moksh,
My bad. I didn't make it clear. It's exactly what have done. Retrieve all the emails to a SQL database then connect to it from the Desktop. You can filter the email before you dump them into the DB.
Because the "Navigation" process doesn't provide a filter function. So we load all the previews and then filter them. It's a preview of data in the Query Editor. It's fine to load the whole data. You can give it a try anyway.
Best Regards,
Dale