R
robert dugal
Using extended MAPI I need to determine how I can get the contact item
for each recipient of a message. I have custom properties stored in
each contact and I need to access them in
IExchExtMessageEvents::OnWriteComplete().
I get the PR_ENTRYID for each recipient from the message's recipient
table
but I cannot seem to open the contact item, OpenEntry() returns
MAPI_E_INVALID_ENTRYID.
for each recipient of a message. I have custom properties stored in
each contact and I need to access them in
IExchExtMessageEvents::OnWriteComplete().
I get the PR_ENTRYID for each recipient from the message's recipient
table
but I cannot seem to open the contact item, OpenEntry() returns
MAPI_E_INVALID_ENTRYID.