Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: Select item

Geek News

Select item
"j" <Evgeny.Br[ at ]gmail.com> 2/21/2007 2:08:17 PM
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.

Re: Select item
"Sue Mosher [MVP-Outlook]" <suemvp[ at ]outlookcode.com> 2/21/2007 2:22:31 PM
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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"j" <Evgeny.Br[ at ]gmail.com> wrote in message news:1172066897.368490.134430[ at ]t69g2000cwt.googlegroups.com...
[Quoted Text]
> 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.
>
Re: Select item
"j" <Evgeny.Br[ at ]gmail.com> 2/21/2007 2:45:25 PM
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...[ at ]outlookcode.com> wrote:
[Quoted Text]
> 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
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>
> "j" <Evgeny...[ at ]gmail.com> wrote in messagenews:1172066897.368490.134430[ at ]t69g2000cwt.googlegroups.com...
> > 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.- Hide quoted text -
>
> - Show quoted text -


Re: Select item
"j" <Evgeny.Br[ at ]gmail.com> 2/21/2007 4:48:36 PM
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

On Feb 21, 4:45 pm, "j" <Evgeny...[ at ]gmail.com> wrote:
[Quoted Text]
> 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...[ at ]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.
>
> > --
> > 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
> > http://www.outlookcode.com/jumpstart.aspx
>
> > "j" <Evgeny...[ at ]gmail.com> wrote in messagenews:1172066897.368490.134430[ at ]t69g2000cwt.googlegroups.com...
> > > 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.- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -


Re: Select item
"Sue Mosher [MVP-Outlook]" <suemvp[ at ]outlookcode.com> 2/21/2007 7:49:56 PM
As I originally responded, it is not possible to programmatically select a specific item.

--
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
http://www.outlookcode.com/jumpstart.aspx

"j" <Evgeny.Br[ at ]gmail.com> wrote in message news:1172076514.956117.168210[ at ]s48g2000cws.googlegroups.com...
[Quoted Text]
>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
>
> On Feb 21, 4:45 pm, "j" <Evgeny...[ at ]gmail.com> wrote:
>> 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...[ at ]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.
>>
>> > --
>> > 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
>> > http://www.outlookcode.com/jumpstart.aspx
>>
>> > "j" <Evgeny...[ at ]gmail.com> wrote in messagenews:1172066897.368490.134430[ at ]t69g2000cwt.googlegroups.com...
>> > > 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.- Hide quoted text -
>>
>> > - Show quoted text -- Hide quoted text -
>>
>> - Show quoted text -
>
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net