Showing posts with label QTP Script to send mails from outlook to more than one person. Show all posts
Showing posts with label QTP Script to send mails from outlook to more than one person. Show all posts

QTP Script to send mails from outlook to multiple persons-QTP Script to send mails from outlook to more than one person-QTP Scripts

QTP Script to send mails from outlook to more than one person


dim a,b
set a=createobject("Outlook.Application")
set b=a.createitem(0)
b.to="lakshmi@abc.com"
b.cc="lak@xyz.com"
b.bcc="lax@aaa.com"
b.subject="hello"
b.body="hiiiii"
b.send
MsgBox("Mail Sent To All")

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge