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

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

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge