Programmatically select an item with a particular Subject

A

a3kumarz

I am writing a piece of code in Outlook VBA that selects an item in my Inbox
with a specific Subject. I am able to get to the desired item using

ActiveExplorer.CurrentFolder.Items.Item("My Subject")

but am not able to select it. Can anyone help me out? I tried to use the
selection property, but it is read-only.

If possible, I want the code to work in Outlook 2003 and also in Outlook 2007.

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

There is no way to select an item in the user interface from the Outlook
object model.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top