Programmatically select an item with a particular Subject

  • Thread starter Thread starter a3kumarz
  • Start date Start date
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.
 
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

Back
Top