QTP Script to open Outlook
dim a,b,c
Set a = CreateObject("Outlook.Application")
Set b = a.GetNamespace("MAPI")
Set c=b.GetDefaultFolder(3)
c.Display
Msgbox("Outlook Opened")
Showing posts with label qtp-outlook-vb script. Show all posts
Showing posts with label qtp-outlook-vb script. Show all posts
QTP Script to open Outlook -VB Script to open Outlook
Subscribe to:
Posts (Atom)