changing entryID field using redemption

  • Thread starter Thread starter Sue
  • Start date Start date
S

Sue

Hi,

I'm using redemption to chnge the sender's email address
property. And it works fine. However, it seems that when
I right-click on properties on an email address in
properties it takes the information from the entryID field
instead of the SenderName field.

Is there anyway to update the entryID field to match the
updated SenderName?

Thanks

Sue
 
You also need to update the PR_SENDER_ENTRYID property. In case of a one-off
entry id, it embeds the name, address and address type. Looks at
PR_SENDER_ENTRYID using OutlookSpy (click IMessage, select
PR_SENDER_ENTRYID) - essentially it is a fixed length blob plus name,
address type and address separated by 0x0.

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