How to send email from within TS?

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

Guest
I have a single domain running Windows 2003 Small Business Server R2 SP2.
Within the domain I have a Windows 2003 R2 SP2 running Terminal Services.

I am developing an Access 2007 app which will run on the TS server under
AccessRunTime and would like to eMail reports to Users of the application.
Exchange Server is running on the DC and I haven't put any MAPI programs on
the TS.

Must I load Outlook on the TS or can I send formatted mail directly to the
Exchange using SMTP?

Thanks for you wisdom.


.... rick
 
Re: How to send email from within TS?

Depending on how you want to send mail, you do not need Outlook. Not sure
what version of Exchange you have, but there a a couple of APIs you can use:
Drop Directory, CDO 1.2, CDONTS (which is using SMTP directly) or MAPI mail.
You will find more information here:
http://msdn2.microsoft.com/en-us/library/bb418718(EXCHG.80).aspx

Thx. Alice
--
Alice Kupcik
Program Manager - Microsoft
http://blogs.msdn.com/ts

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


"Rick" <noway@notme.com> wrote in message
news:%236BMMQAaIHA.1184@TK2MSFTNGP04.phx.gbl...
>I have a single domain running Windows 2003 Small Business Server R2 SP2.
> Within the domain I have a Windows 2003 R2 SP2 running Terminal Services.
>
> I am developing an Access 2007 app which will run on the TS server under
> AccessRunTime and would like to eMail reports to Users of the application.
> Exchange Server is running on the DC and I haven't put any MAPI programs
> on the TS.
>
> Must I load Outlook on the TS or can I send formatted mail directly to the
> Exchange using SMTP?
>
> Thanks for you wisdom.
>
>
> ... rick
>
 
Back
Top