Read content of a public folder using C#

  • Thread starter Thread starter Anders K. Olsen
  • Start date Start date
A

Anders K. Olsen

Hello group

Is there a way to read the contents of an Exchange 5.5 public folder using
C#? I need to read all mails and attachments.

If there are sites on the internet where I can read more about this problem,
please point me in the right direction.

Regards
Anders
 
Anders,

You might want to look into the Collaboration Data Objects. You can use
this to access Exchange stores.

This is a COM object, so you will have to use COM interop to access it
(which shouldn't be that hard).

Hope this helps.
 
Nicholas Paldino said:
Anders,

You might want to look into the Collaboration Data Objects. You can
use this to access Exchange stores.

This is a COM object, so you will have to use COM interop to access it
(which shouldn't be that hard).

Hello Nicholas

Thank you for your answer. I will look into this.

Do you know of any good documentation about CDO?

Will this also work with Exchange 5.5, or does it require Exchange 2000 or
newer?

Regards
Anders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top