Summary of the "messagetypes_" fields in ListManager
This table stores information about each internal message that is currently customizable.
Primary key: MessageTypeID_
Field Name | Description | Version Added |
MessageTypeID_ | An auto-incrementing ID field that uniquely identifies a record in this table (int, NOT NULL) |
|
Name_ | The name of this message type. For example "list-hello" (varchar(60), NULL) |
|
Desc_ | A text description. Informational only (varchar(120), NULL) |
|
OutmailType_ | This is the value used for the Type_ field in the outmail_ table for this message type (varchar(50), NOT NULL) |
|
OutmailTitle_ | This is the value used for the Title_ field in the outmail_ table for this message type (varchar(70), NOT NULL) |
|