A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Select item



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 21st 07, 02:08 PM posted to microsoft.public.outlook.program_addins
j
external usenet poster
 
Posts: 109
Default Select item

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.

Ads
  #2  
Old February 21st 07, 02:22 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Select item

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" wrote in message oups.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.

  #3  
Old February 21st 07, 02:45 PM posted to microsoft.public.outlook.program_addins
j
external usenet poster
 
Posts: 109
Default Select item

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]"
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" wrote in ooglegroups.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 -



  #4  
Old February 21st 07, 04:48 PM posted to microsoft.public.outlook.program_addins
j
external usenet poster
 
Posts: 109
Default Select item

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" 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]"



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" wrote in ooglegroups.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 -



  #5  
Old February 21st 07, 07:49 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Select item

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" wrote in message oups.com...
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" 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]"



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" wrote in ooglegroups.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 -



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML Item properties vs. Regular item properties Rayo K Outlook and VBA 11 December 22nd 06 05:43 AM
Item.Save and Item.Close Script causes Outlook 2007 to Crash Rayyan Outlook - Using Forms 6 November 25th 06 03:14 AM
How to change an item from a recurring Appointment item to an exception from VB code? Dikbill Outlook and VBA 2 July 13th 06 08:45 AM
Saving exception item in recurring appointment item fails Dikbill Outlook and VBA 2 July 11th 06 03:59 PM
Saving exception item in recurring appointment item fails Dikbill Outlook - Calandaring 0 July 11th 06 02:01 PM


All times are GMT +1. The time now is 03:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.