QTP Script to close Outlook
First Open Outlook and run the below script
dim a
set a=createobject("Outlook.Application")
a.quit
MsgBOx("Outlook Closed")
Showing posts with label outlook-qtp. Show all posts
Showing posts with label outlook-qtp. Show all posts
QTP Script to close Outlook-VB Script to close Outlook-QTP and Outlook-VB Script and Outlook
QTP Script to send mail from outlook-VB Script to send mail from outlook
QTP Script to send mail from outlook
dim a,b
set a=createobject("Outlook.Application")
set b=a.createitem(Mail)
b.to="lakshmi@abc.com"
b.subject="hello"
b.body="hiiiii"
b.send
Subscribe to:
Posts (Atom)