View Single Post
  #2  
Old October 20th 06, 12:24 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Given an ENTRYID, how to display Contact window?

See http://windowssdk.msdn.microsoft.com...81(VS.80).aspx
Extended MAPI questions are better answered in the programmer.messaging
newsgroup.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

wrote in message
ps.com...
Say I've found a particular contact I'm interested in via Extended
MAPI. At that point I'd have its IMAPIProp interface and have access to
PR_ENTRYID.

I know ContactItem.Display will pop up a Contact window, but how can I
get from my IMAPIProp*/ENTRYID to a ContactItem? I have tried
IMAPISession::OpenEntry with the ENTRYID, but that just returns an
interface to the object - it doesn't display the actual Outlook Contact
window.

Any help would be appreciated. Thank you.



Ads