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 [...]
Posts in category CDO
Sending an HTML Email from a Pre-Made File
Sending a Text 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 body text which can be either plain text [...]
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 body text which can be either plain text [...]
Sending a Text Email with an Attached File
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 body text which can be either plain text [...]
Clicking Outlook Security Popup
If you ever trying sending a with Outlook via “the back door” (e.g. by VBScript), you’ve probably found yourself facing this message : This can be annoying if you happen to be near the computer, and could turn into a complete disaster if you’re trying to send the email from a QTP script running solo. [...]




Recent Comments