
April 21st, 2008 by

Yaron Assa

Loading ...
The following code will attach to the Outlook inbox folder, loop through all the unread messages, and search for a message with a specific subject.
If the message is found, it’s marked as read, so we won’t re-find it in future searches.

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
Recent Comments