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")
Showing posts with label VB Script to send mails from outlook to more than one person. Show all posts
Showing posts with label VB 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
Subscribe to:
Posts (Atom)