QuickTest Pro sample code – sending an email using Outlook
Keyword Tags: SubRoutine, Email, CreateObject, Array
This QuickTest Pro code sample shows how you can create a subroutine that will send an email using Microsoft Outlook. The subroutine is defined and can either be placed at the top of your script (must be executed first before it is called in order for the script to know about the subroutine) or it can be placed in a Function Library and associated with the test script. Read more
Category:
