Show / Hide Table of Contents

Class DBC.ReplyTemplateBodyFields

Fields for ReplyTemplateBody, Contains the body of the reply templates in different languages

Inheritance
Object
DBC.ReplyTemplateBodyFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ReplyTemplateBodyFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top