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
Showing posts with label VB Script to send mail from outlook. Show all posts
Showing posts with label VB Script to send mail from outlook. Show all posts
QTP Script to send mail from outlook-VB Script to send mail from outlook
Subscribe to:
Posts (Atom)