Submitted Questions

  • Automate Microsoft OutLook objects in QTP

    What are the add-ins needed to automate Microsoft OutLook objects.I am trying to automate outlook using QTP. But it is not recognizing outlook objects properly.I want click on mails one by one and want to read mail details from inbox.I have VB, .NET, web, active X and wpf addins.Thanks

    Pankaj Sharma

    • Aug 31st, 2011

    You need to use create instance for outlook.application class that will be a good option but if you do it by that you have to handle an alert window by the help of shell. Scripting class instance using pass key. The best idea would be create a macro and call that macro from QTP .

    sruthi

    • Aug 28th, 2011

    Automate MS Outlook Operations using QTP? SendTo=".......@........com" SendToCC=".......@........com" Subject="QTP mail" Body1="This mail is generated from QTP Environment" Attach...