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 script to open outlook in qtp. Show all posts
Showing posts with label script to open outlook in qtp. Show all posts
QTP Script to open Outlook -VB Script to open Outlook
Subscribe to:
Posts (Atom)