Select item

J

j

Hi,

How can select item (mail item) in folder, i know the entryID of item
that i want to select.


Any ideas???



Tnx in advance.
 
S

Sue Mosher [MVP-Outlook]

Outlook provides no method for programmatically selecting an individual item. You can, however, return the item with Namespace.GetItemFromID and then display it.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
J

j

Thank you for quick replay,

I'm newbie in all this, and really understood u, could u please
provide me in more detail what required steps
to figure it out?

I'm using the Namespace.GetItemFromID method for finding mailItem from
EntryiD but i don't undertasnd ho can i display mailitem.
 
J

j

I tried to use the Display method, however it's not meet my
requrement, i need to select specified mail item.
After getting the mailItem by using the Namespace.GetItemFromID i
can't to take out the Parent folder mail and set it as current
selected folder, no
remaining only to select the mailItem.

Any Ideas???


Tnx
 
S

Sue Mosher [MVP-Outlook]

As I originally responded, it is not possible to programmatically select a specific item.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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