SFMESSAGES Table
The SFMESSAGES table is where information regarding the Private Messaging System in Simple:Press are stored. The columns in the SFMESSAGES table are:
message_id – Auto generated ID of the Private Message
sent_date – Date the Private Message was sent
from_id – User ID of the Private Message sender
to_id – User ID of the Private Message recipient
title – Title of the Private Message
message – Content of the Private Message
message_status – Determines if the Private Message has been read
inbox – Determines if the Private Message is still in the inbox of the recipient
sentbox – Determines if the Private Message is still in the sentbox of the sender
is_reply – Determines if the Private Message was a reply to a received Private Message
message_slug – Slug of the Private Message
type – Determines the type of Private Message (1=to, 2=cc, 3=bcc)
