Author |
|
cedudu82 Newbie
Joined: 31 October 2024
Online Status: Offline Posts: 1
|
Posted: 31 October 2024 at 3:39am | IP Logged
|
|
|
Hi there,
We are trying to achieve the following. If Outlook has the "Use Cached Exchange Mode to download email to an Outlook data file" set, and for example the "Download email for the past" option is set to 1 month, whenever the user navigates to a folder that contains emails older than this setting (1 month in this case), the emails are not displayed and the user must click on the option "Click here to view more on Microsoft Exchange".
Without using Microsoft Graphs, it seems impossible to retrieve these older emails programmatically using any standard APIs. We've tried through C# and also PowerShell.
Does Mailbee.NET, or another product, has an option to easily retrieve these older emails from the user's Mailbox?
Thank you in advance
Carlos
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 31 October 2024 at 3:48am | IP Logged
|
|
|
Per my understanding, and according to this article, dealing with Cached Exchange Mode requires the use of Exchange email protocol. MailBee, however, uses IMAP and POP3 protocols which cannot use that feature.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|