views:

239

answers:

2

Hi,

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 (e.g. 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

A: 

Hi,

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).

Cheers!

Dave

dave wanta
A: 

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

Martin Vobr