Discussion:
Exchange 2003 API Pointers?
(too old to reply)
lucius
2007-06-05 18:52:49 UTC
Permalink
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.
Henning Krause [MVP - Exchange]
2007-06-05 19:31:08 UTC
Permalink
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
Post by 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.
Steven Cheng[MSFT]
2007-06-06 03:34:19 UTC
Permalink
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.
Steven Cheng[MSFT]
2007-06-08 10:20:19 UTC
Permalink
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.
lucius
2007-06-16 17:57:29 UTC
Permalink
This helps, I am on my way. Thanks.
SimonBol
2010-12-17 18:36:36 UTC
Permalink
WebDAV .NET for Exchange http://www.independentsoft.de/webdavex
Post by 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.
Post by 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
Post by 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
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.
Post by 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.
Post by lucius
This helps, I am on my way. Thanks.
Submitted via EggHeadCafe
Oracle Developer For Beginners
http://www.eggheadcafe.com/training-topic-area/Oracle-SQL-Developer/2/Oracle-SQL-Samples.aspx
Loading...