Property Tag (ext. mapi) unique per folder?

  • Thread starter Thread starter Ronald van Aalten
  • Start date Start date
R

Ronald van Aalten

Hi

Redemption & VB6:
Is the extended mapi property tag unique per folder? I have added a
named property ("vascid") to emails. When I move an email to another
folder I notice that the property tag chances. The GUID the named
property itself remains the same. I cannot find this on Dmitry's site.

Ronald van Aalten
 
This is by design - you cannot hardcode the value of a named prop tag - you
must call GetIDsFromNames() first. You cannot assume it will be the same in
different stores.

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