View Single Post
  #6 (permalink)  
Old 07-17-2006, 12:47 PM
dkarp dkarp is offline
Zimbra Employee
 
Join Date: Aug 2005
Posts: 1,433
dkarp is on a distinguished road
Default MAIL_ITEM.DATE vs MAIL_ITEM.CHANGE_DATE

Quote:
Originally Posted by dkarp
There's a foreign key mapping the ITEM_ID column in the APPOINTMENT table to the ID column in the MAIL_ITEM table. The "last modified time" is stored in the CHANGE_DATE column of the corresponding row of the MAIL_ITEM table.
The other value you might be interested in is MAIL_ITEM.DATE. MAIL_ITEM.CHANGE_DATE is the last time anything about the appointment changed (including its folder, whether it's flagged/tagged, etc.). MAIL_ITEM.DATE is the last time the appointment itself was modified.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote