programming outlook

  • Thread starter Thread starter foufi
  • Start date Start date
F

foufi

For a programm that take control of outlook i need to find
the properties which give me the last date of a
modififaction of an item

What is it ?

Thanks !!!
 
foufi said:
For a programm that take control of outlook i need to find
the properties which give me the last date of a
modififaction of an item

What is it ?

For a MailItem (in the Outlook object model) it is the property
..LastModificationTime - of course in order to work with the MailItem you
have to get the MAPI namespace, and retrieve the Item through the Folder it
resides in.

R.
 
Back
Top