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
QTP Script to send mail from outlook-VB Script to send mail from outlook
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment