Send mail through Exchange?

  • Thread starter Thread starter Tony K
  • Start date Start date
T

Tony K

VB 2005 .NET

I am wanting to find out if anyone has sample code, or a link to sample code
to send mail through Exchange. I know how to send mail via SMTP but my
application needs to generate an email to be sent to an internal member of
the domain who gets the email from an exchange server.

Thanks,
Tony K.
 
You'll need to reference the Collabrative Data Objects (CDO) library and
then you can send mail via Exchange automation.

-Scott
 
Back
Top