Class DBC.SMessageFields
Fields for SMessage, A message used in a shipment. Can be html and/or plain text
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SMessageFields : Object
Fields
AccessKey
SMessage.AccessKey: Key used for access verification
Declaration
public const string AccessKey = "access_key"
Field Value
Type | Description |
---|---|
String |
Description
SMessage.Description: Describes this message
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Design
SMessage.Design: Will contain the design part of a message. The format will vary based on the type of designer used to create the message
Declaration
public const string Design = "design"
Field Value
Type | Description |
---|---|
String |
Designtype
SMessage.Designtype: Enum containing the type of the design
Declaration
public const string Designtype = "designtype"
Field Value
Type | Description |
---|---|
String |
DocumentMessage
SMessage.DocumentMessage: The SM document used as template for this mailing
Declaration
public const string DocumentMessage = "document_message"
Field Value
Type | Description |
---|---|
String |
Flags
SMessage.Flags: Identifies if HTML or plain message is included in message.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
FolderId
SMessage.FolderId: The folder which this message belongs to. -1 indicates that the message is on the root
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
String |
HeaderField
SMessage.HeaderField: Extra header fields added to mail. Must be formatted correctly
Declaration
public const string HeaderField = "header_field"
Field Value
Type | Description |
---|---|
String |
HtmlMessage
SMessage.HtmlMessage: HTML formatted text of this message
Declaration
public const string HtmlMessage = "html_message"
Field Value
Type | Description |
---|---|
String |
InlineImages
SMessage.InlineImages: Should images be included inline?
Declaration
public const string InlineImages = "inline_images"
Field Value
Type | Description |
---|---|
String |
LongDescription
SMessage.LongDescription: A field for a long description of this template
Declaration
public const string LongDescription = "long_description"
Field Value
Type | Description |
---|---|
String |
PlainMessage
SMessage.PlainMessage: Plain message text of this message
Declaration
public const string PlainMessage = "plain_message"
Field Value
Type | Description |
---|---|
String |
Registered
SMessage.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
SMessage.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
RegisterViews
SMessage.RegisterViews: Register message views?
Declaration
public const string RegisterViews = "register_views"
Field Value
Type | Description |
---|---|
String |
SMessageId
SMessage.SMessageId: Primary key
Declaration
public const string SMessageId = "id"
Field Value
Type | Description |
---|---|
String |
SmsMessage
SMessage.SmsMessage: SMS version of this message
Declaration
public const string SmsMessage = "sms_message"
Field Value
Type | Description |
---|---|
String |
Subject
SMessage.Subject: The mail subject field of the message
Declaration
public const string Subject = "subject"
Field Value
Type | Description |
---|---|
String |
Updated
SMessage.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
SMessage.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
SMessage.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |