Last Comment

replica watches,breitling,cartieris a ...

2010-03-03 @ 12:42:51 pm
by rolex


replica watches,rolex watches,replica ...

2010-03-03 @ 12:41:12 pm
by rolex


How to get the Browser window ...

2008-11-20 @ 12:41:11 pm
by venugopal


there are many problems we will ...

2008-07-16 @ 03:58:49 pm
by Ramu


what r the challenges have faced ...

2008-07-15 @ 10:57:24 am
by veerachary


Calendar

February 2010
SunMonTueWedThuFriSat
 << < > >>
1234567
891011121314
15161718192021
22232425262728

Announce

Who's Online?

Member: 0
Visitor: 1

Choose a skin



Links

    Posts displayed of the category: Working on Outlook

    RAMU PALANKI
    Sending Mail Automatically
    Following statements will helps you to send mail automatically through QTP.
    For that you need to have a MS Outlook with mail server connected to it in your machine

    Dim objOutlookMsg
    Set objOutlook = CreateObject("Outlook.Application")
    Set objOutlookMsg = objOutlook.CreateItem(0)
    objOutlookMsg.To = "ramu.palanki@gmail.com"
    objOutlookMsg.BCC ="ramu.palanki@gmail.com"
    objOutlookMsg.Subject = "Sending Mail through QTP Script"
    objOutlookMsg.Body ="Hello QTP"
    objOutlookMsg.Attachments.Add("C:\Result.html")
    objOutlookMsg.Send

    10 Jul 2008
    Ramu · 68 views · 2 comments
    Categories: Working on Outlook
    MS Outlook
    How can i send automatic mail through QTP statements?
    09 Jul 2008
    Ramu · 21 views · 0 comments
    Categories: Working on Outlook