Creation or modification time

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

Semut

Hello,

How do I obtain the information on the creation time or modificatin time
of an MAPIFolder and all the *Items. I would like to find out which folders
or items has been added/updated/deleted comparing to another set of folders
and items.

thank you.
 
Sort the folder contents by the LastModificationTime property and read the
last (or first) item.

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