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 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.
Yaron Assa 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. Because […]
Recent Comments