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



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")

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge