Which database table contains the outgoing messages in E-Mail Manager?
A. At message receipt, E-Mail Manager stores all e-mail messages in raw form, and some internal headers, in the messages table. The messages include incoming and outgoing messages, as well as drafts. The messages table contains two fields. This table shows the messages table structure in detail: Name Type Size Key Message text 16 MessageKey varchar 32 Primary Key Note: The schema in this table refers to SQL Server. For additional information, refer to: • Cisco eMail Manager (CeM) Implementation and Customization Guide, Version 5.0(0) In order to identify the type of item that E-Mail Manager has stored, join the mess_type table with the messages table. The mess_table is one of the main tables for storage of dynamic information about incoming and outgoing messages. The mess_type table contains nine fields. This table shows the mess_type table structure in detail: Name Type Size Key LastModified datetime 8 MessageKey varchar 32 Primary Key Owner varchar 32 PksOwner_id int 4 ReadStatus int