Does anyone know the format of the MAPI property PR_SEARCH_KEY
?
The online documentation has this to say about it:
The search key is formed by concatenating the address type (in uppercase characters), the colon character ':', the e-mail address in canonical form, and the terminating null character.
And the exchange document MS-OXOABK says this:
The PidTagSearchKey property of type PtypBinary is a binary value formed by concatenating the ASCII string "EX: " followed by the DN for the object converted to all upper case, followed by a zero byte value.
However all the MAPI messages I've seen with this property have it as some sort of binary 16 byte sequence that looks like a GUID. Does anyone else have any more information about it? Is it always 16 bytes?
Thanks!