EntryID

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
does anyone has any idea of how to synchronize outlook items with DB ? I
know that EntryID changes when an item is moved, so, I need another ID to
save in DB in order to use in our application.

Thank you
 
You can add your own custom propety to any Outlook item using the
UserProperties collection to store your own id.
Secondly, why can't you treat move as (delete one record) + (create a brand
new record in a different fodler)?

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