简体   繁体   中英

Access to the same Exchange Server account using the IMAP protocol and Microsoft Outlook

I am developing a .NET C# application that will access the Exchange Server using the IMAP protocol. The application will retrieve emails, mark them as read, and move them from Inbox to some other folder based on some predefined rules.

My question is, will the user that will be accessing same email account using the Outlook (Exchange Server account configuration) see the same email structure (eg same emails will be read and emails will appear in appropriate folders) as it was made through the IMAP?

I do not have access to the Exchange Server to be able to validate this.

Thanks in advance, Srdjan

Typically yes. However, it depends upon the mail client. If they are using Outlook, then yes, as Outlook will refresh various properties on the messages (and have them disappear if they were moved or deleted).

yes. The Outlook will see the same structure and messages in the same folders as your application accessing exchange server via IMAP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM