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.
 
Back
Top