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

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
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.
On Feb 21, 4:22 pm, "Sue Mosher [MVP-Outlook]"
<sue...@outlookcode.com> wrote:
> Outlook provides no method for programmatically selecting an individual item. You can, however, return the item with Namespace.GetItemFromID and then display it.
>
[quoted text clipped - 16 lines]
>
> - Show quoted text -
j - 21 Feb 2007 16:48 GMT
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
> Thank you for quick replay,
>
[quoted text clipped - 30 lines]
>
> - Show quoted text -
Sue Mosher [MVP-Outlook] - 21 Feb 2007 19:49 GMT
As I originally responded, it is not possible to programmatically select a specific item.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
>I tried to use the Display method, however it's not meet my
> requrement, i need to select specified mail item.
[quoted text clipped - 41 lines]
>>
>> - Show quoted text -