In this article, you would see how to access emails in outlook, how to send emails using outlook and how to access different properties of an email item. To access email items, you can use MailItem class which contains the methods and properties to work with email items.
Part 5: Automating Outlook using QTP | Emails in Outlook
January 16th, 2012 | Posted by in Advanced Concepts | QTP Concepts - (6 Comments)Part 4: Automating Outlook using QTP | Working with Outlook Contacts
January 8th, 2012 | Posted by in Advanced Concepts | QTP Concepts - (0 Comments)In this article, you’ll see how you can work with Outlook Contacts. We’ll cover various topics such as how to access Outlook Contacts, how to retrieve properties (such as name, telephone number, email id etc) from an Outlook Contact, how to search for a Contact, how to create a new Contact, delete a Contact etc.
Part 3: Automating Outlook using QTP | Working with Outlook Folders
January 7th, 2012 | Posted by in Advanced Concepts | QTP Concepts - (2 Comments)Till now, we have covered the basics of automating MS Outlook as well as overview of Outlook Object Model. In this article, you’ll see how you can access the Outlook folders and work with them. You would see how to find specific folder by name, how to create a new folder in outlook, how to
Part 2: Automating Outlook using QTP | Overview of Outlook Object Model
December 28th, 2011 | Posted by in Advanced Concepts | QTP Concepts - (1 Comments)In the previous article (Part 1: Automating Outlook using QTP | General Introduction), we read about the General Introduction about Automating Outlook using QTP. Before proceeding any further with automating different functionalities in MS Outlook, it would be a good idea to have basic understanding of some of the important objects in Outlook Object Model.
Part 1: Automating Outlook using QTP | General Introduction
December 26th, 2011 | Posted by in Advanced Concepts | QTP Concepts - (1 Comments)From today, we are starting off a series of articles on how to automate Microsoft Outlook using QTP. In these articles, we’ll try to cover the important and frequently used functionalities of MS Outlook. In this first article, we will start with the basics of Outlook automation and later would move on to more specific/advanced