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
> Looking for all pointers, references, code sample for sending commands
> to Exchane 2003. I would like to send mail using MAPI, create/modify
[quoted text clipped - 3 lines]
>
> Thanks.
Steven Cheng[MSFT] - 06 Jun 2007 04:34 GMT
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] - 08 Jun 2007 11:20 GMT
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 - 16 Jun 2007 18:57 GMT
This helps, I am on my way. Thanks.