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. 1: Dim strBody ‘ Body 2: Const olFolderInbox = 6 ‘ Folder [...]
Posts in category MS-Outlook
Get the Body of a Specific Message
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