QTP Script to send email with an attachment from Outlook
dim a,b
set a=createobject("Outlook.Application")
set b=a.createitem(Mail)
b.to="abc@xyz.com"
b.subject="hello"
b.body="hiiiii"
b.attachments.add"C:\Documents and Settings\lakshmi\Desktop\qtp.txt"
b.send
Showing posts with label vbscript outlook application. Show all posts
Showing posts with label vbscript outlook application. Show all posts
QTP Script to send email with an attachment through Outlook-VB Script to send email with an attachment from Outlook
Subscribe to:
Posts (Atom)