Sending mail without a security popup
Yaron Assa This QTip by Naikaparna demonstrates how to send a EMail without initiating any security popups by using CDO, instead of using outlook.
Yaron Assa This QTip by Naikaparna demonstrates how to send a EMail without initiating any security popups by using CDO, instead of using outlook.
Yaron Assa 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 […]
daniva 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
daniva 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
daniva 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