Directly opening known Exchange item (w/o searching it)

  • Thread starter Thread starter Patrick A. Lorenz
  • Start date Start date
P

Patrick A. Lorenz

Hi guys!

I'm currently developing some Exchange solutions which require beside others
to open an Exchange item with the users lokal Outlook client. Rather letting
the user open the corresponding folder and selecting the item I'd like to
script outlook to open the item directly and w/o running a search.

My questions are:

a) Which Outlook COM objects and methods could be used here?

b) What kind of unique Exchange value (I have access to all the stuff that's
available through the WebDAV interface) is "really" unique in terms of
letting Outlook open the item w/o running a search within the entire
mailbox.

Thanks for any help!

Patrick
 
a) That depends entirely on what information you have to identify the item. The most direct solutuion would involve the Namespace.GetItemFromID method.

b) EntryID uniquely identifies any item in a store but may change if the user moves the 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

Back
Top