Class DBC.ReplyTemplateBodyFields
Fields for ReplyTemplateBody, Contains the body of the reply templates in different languages
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ReplyTemplateBodyFields : Object
Fields
BodyHtml
ReplyTemplateBody.BodyHtml: The html version of the body.
Declaration
public const string BodyHtml = "body_html"
Field Value
Type | Description |
---|---|
String |
BodyPlain
ReplyTemplateBody.BodyPlain: The plain text version of the body.
Declaration
public const string BodyPlain = "body_plain"
Field Value
Type | Description |
---|---|
String |
BodySms
ReplyTemplateBody.BodySms: The sms version of the body.
Declaration
public const string BodySms = "body_sms"
Field Value
Type | Description |
---|---|
String |
Flags
ReplyTemplateBody.Flags: Identifies the status of the template body. Default, not default etc.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
Headers
ReplyTemplateBody.Headers: Additional headers. Optional
Declaration
public const string Headers = "headers"
Field Value
Type | Description |
---|---|
String |
LanguageId
ReplyTemplateBody.LanguageId: Links the body to a reply template
Declaration
public const string LanguageId = "language_id"
Field Value
Type | Description |
---|---|
String |
ReplyTemplateBodyId
ReplyTemplateBody.ReplyTemplateBodyId: The primary key (auto-incremented)
Declaration
public const string ReplyTemplateBodyId = "id"
Field Value
Type | Description |
---|---|
String |
ReplyTemplateId
ReplyTemplateBody.ReplyTemplateId: Links the body to a reply template
Declaration
public const string ReplyTemplateId = "reply_template_id"
Field Value
Type | Description |
---|---|
String |
Subject
ReplyTemplateBody.Subject: Subject of the outgoing message. Ignored if not needed
Declaration
public const string Subject = "subject"
Field Value
Type | Description |
---|---|
String |