Skip to main content

Class TicketMessageContent

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketMessageContent. Message content to fill a new message.

Inheritance

objectTicketMessageContent

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TicketMessageContent()

Default constructor - defaults any enum props to 0.

Properties

AttachmentsInfo

Message attachments information

Property Value

AttachmentEntity[]

Body

Body (including default editor content, content from template, user signature, quoted message content) as sanitized HTML

Property Value

string

See Also

TicketAgent