View Single Post
  #4  
Old 03-02-2009, 06:54 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
The Message Date attribute is used internally when importing messages from Outlook, Outlook Express, and Thunderbird, and was not intended to be created or modified by the user, but you could change this using SQLite and this SQL statement:

UPDATE Attribute SET AllowUserCreate=1, ReadOnly=0 WHERE AttributeID=994;

Or as $bill mentioned, create and use a custom attribute.
Reply With Quote