Hi
I have a vb.net win form app that runs on a MS Small Business Server 2003
(windows 20003 server + ISA 2000 + exchange 2000). My question is how can I
send external emails from the app via code? Is there any way to leave a copy
of the sent emails in a mailbox on exchange?
Thanks
Regards
Glen Scales [MVP] - 29 Aug 2006 00:40 GMT
To leave a copy in the sent items folder you need to send using the The
Exchange Mail Submission URI
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_th
e_exchange_mail_submission_uri.asp .
This will work for Exoledb or WebDAV see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_esdk_s
ending_a_message_webdav.asp
and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_se
nding_using_exchange.asp.
The other way is to use MAPI via something like CDO eg
http://www.cdolive.com/cdo5.htm#SendMessage
Cheers
Glen
> Hi
>
[quoted text clipped - 6 lines]
>
> Regards