Detect the last modified date for MAPIFolder

  • Thread starter Thread starter Semut
  • Start date Start date
S

Semut

Hello,

How would I detect if a MAPIFolder name has been change? For ContactItem
or any item items, I could just use LastModificationTime to compare which
one is the latest. But for MAPIFolder, there is no LastModificationTime. How
to go about?

thanks
 
PR_LAST_MODIFICATION_TIME (0x30080040) works but you'd need to use CDO 1.21
or Extended MAPI or Redemption code to get at it. That property isn't
available to the Outlook object model.
 
Also note that folders in a PST store do not expose the
PR_LAST_MODIFICATION_TIME property (Exchange folders do).

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