Exchange 2003 API Pointers?

L

lucius

Looking for all pointers, references, code sample for sending commands
to Exchane 2003. I would like to send mail using MAPI, create/modify
appointments, etc. I don't want an Outlook interface, but something
that will talk to Exchange directly (impersonating any user I see
fit).

Thanks.
 
H

Henning Krause [MVP - Exchange]

Hello,

assuming that you'l want to use .NET as your language of choice (since you
have posted in a .NET newsgroup), you should stay away from MAPI. It's not
supported in .NET.

If you want to access Exchange directly from .NET you can either use CDO
(via interop) or use WebDAV.

Best regards,
Henning Krause
 
S

Steven Cheng[MSFT]

Hi Lucius,

As for directly communicate with Exchange server, I agree with Henning
that the WebDav interface should be prefered which use XML based http
message to send command to target exchange server. In .net frameworrk, you
can use HttpWebRequest component to send http requests with XML data. The
knowledge base library contains many sample articles on this(such as send
email or create folder objects through exchange webDav):

#Visual C# .NET 2003 KB Article(s)
http://www.kbalertz.com/technology_213_4.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

Steven Cheng[MSFT]

Hi Lucius,

How are you doing on this issue, does the information in the previous reply
helps you some? If there is still anything we can help, please feel free to
post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

SimonBol

WebDAV .NET for Exchange http://www.independentsoft.de/webdavex
Looking for all pointers, references, code sample for sending commands
to Exchane 2003. I would like to send mail using MAPI, create/modify
appointments, etc. I don't want an Outlook interface, but something
that will talk to Exchange directly (impersonating any user I see
fit).

Thanks.
On Tuesday, June 05, 2007 3:31 PM Henning Krause [MVP - Exchange] wrote:
Hello,

assuming that you'l want to use .NET as your language of choice (since you
have posted in a .NET newsgroup), you should stay away from MAPI. It's not
supported in .NET.

If you want to access Exchange directly from .NET you can either use CDO
(via interop) or use WebDAV.

Best regards,
Henning Krause


news:[email protected]...
 

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

Top