Skip to main content

Class PreviewReplyTemplate

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PreviewReplyTemplate. A reply template with information suitable for preview.

Inheritance

objectCarrierPreviewReplyTemplate

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PreviewReplyTemplate()

Default constructor - defaults any enum props to 0.

Properties

Body

Reply template body in the best available format.

Property Value

string

Description

The description for this reply template.

Property Value

string

IsHtml

If true, body is HTML.

Property Value

bool

Name

The name for this reply template.

Property Value

string

OwnedByFullName

Full name of the associate that owns this reply template

Property Value

string

Updated

Date/time this reply template was last updated.

Property Value

DateTime

See Also

CustomerServiceAgent