View Single Post
  #8  
Old July 25th 07, 07:55 PM posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Link between contact and task/journal

The entry ids are ether the same or they are not.
Search keys are not exposed through the Outlook Object Model, but you can
look at them using MFCMAPI or OutlookSpy (click IMessage).

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

"Matt Williamson" wrote in message
...

Outlook stores contact display name (which can change), but also contact
entry id


I compared the EntryID for each Task linked under the contact and in some
cases it is the same, but not always. It's very close though. The last
9-10 bytes change.

000000001A447390AA6611CD9BC800AA002FC45A0900079FA0 FACC80B448AA2C62138ED23F040000000027490000079FA0FA CC80B448AA2C62138ED23F040000000085F80000
000000001A447390AA6611CD9BC800AA002FC45A0900079FA0 FACC80B448AA2C62138ED23F040000000027490000079FA0FA CC80B448AA2C62138ED23F040000000085F80000
000000001A447390AA6611CD9BC800AA002FC45A0900079FA0 FACC80B448AA2C62138ED23F0400000000274C0000079FA0FA CC80B448AA2C62138ED23F0400000000EDB20000
000000001A447390AA6611CD9BC800AA002FC45A0900079FA0 FACC80B448AA2C62138ED23F0400000000274C0000079FA0FA CC80B448AA2C62138ED23F040000000123FA0000

and search key (which do not change unless the contact is recreated) for
each link.


I can't find the search key that you are talking about. Is it available
through OOM?



Ads