How to talk to MS Exchange server directly?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My boss wants me to find out a way to talk to MS Exchange server directly, so
we can develop a .NET application that allows user create or retrieve
calendar items in MS Exchange server. I looked at MSDN site, only find
samples that use MS outlook to deal with MS Exchange server.

Thanks in Advance

David Kao
 
David,

The best way would probably be to use the CDO library, creating a
Runtime Callable Wrapper for it and calling it from .NET. You can just add
a reference by looking under the COM tab when you choose to add a reference.
Look for Collaboration Data Objects (or something to that effect).

Hope this helps.
 

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