
April 11th, 2008 by

Yaron Assa

Loading ...
This QTip is another variation of Sending an HTML email.
Windows 2000 and Windows XP use CDO messaging as a replacement for CDONTS. Sending email with CDO is a simple task. First we create a reference to the CDO component:
Set objMessage = CreateObject(”CDO.Message”)
Then fill-in Sender, Subject and Recipient (To) fields of the headers and the […]

April 1st, 2008 by

daniva

Loading ...
Windows 2000 and Windows XP use CDO messaging as a replacement for CDONTS. Sending email with CDO is a simple task.
First we create a reference to the CDO component

April 1st, 2008 by

daniva

Loading ...
Windows 2000 and Windows XP use CDO messaging as a replacement for CDONTS. Sending email with CDO is a simple task.
First we create a reference to the CDO component

April 1st, 2008 by

daniva

Loading ...
Windows 2000 and Windows XP use CDO messaging as a replacement for CDONTS. Sending email with CDO is a simple task. First we create a reference to the CDO component.
Recent Comments