using MS CDO 1.2.1 Library to send email in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has someone tried using the CDO library to send messages using Exchange Server from C#? How was it implemented

Thx.
 
Al,
The following site provides a plethora of examples & information on using
Outlook from .NET. Including using CDO.

http://www.microeye.com/resources/res_outlookvsnet.htm

Although I find its easier to use CDO from VB.NET, as VB.NET implicitly
supports Late Binding. I tend to cast the CDO properties to their actual
types to avoid this Late Binding, which should work in C# also.

Hope this helps
Jay

al said:
Has someone tried using the CDO library to send messages using Exchange
Server from C#? How was it implemented?
 
Back
Top