Skip to main content

Class TicketMessageHeader

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketMessageHeader. Contains information about a header connected to a ticket message

Inheritance

objectCarrierTicketMessageHeader

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

TicketMessageHeader()

Default constructor - defaults any enum props to 0.

Properties

Id

Id

Property Value

int

Name

The name of the header. This can for example be To, Cc or other custom headers that is set up in Service

Property Value

string

StdItem

If this has a value, it indicates that a standard header text from the language database should be used - and witch one to use NULL if unknown enum value.

Property Value

MessageHeaderStdItem?

See Also

TicketMessageHeader.StdItem_String

StdItemCol

If this is 1, concatenate the standard item text with header name field, if 2 use header value field instead. If this col is 0, use the empty field - preferably the value column. NULL if unknown enum value.

Property Value

MessageHeaderStdItemCol?

See Also

TicketMessageHeader.StdItemCol_String

StdItemCol_String

If this is 1, concatenate the standard item text with header name field, if 2 use header value field instead. If this col is 0, use the empty field - preferably the value column. Raw string enum value.

Property Value

string

See Also

TicketMessageHeader.StdItemCol

StdItem_String

If this has a value, it indicates that a standard header text from the language database should be used - and witch one to use Raw string enum value.

Property Value

string

See Also

TicketMessageHeader.StdItem

Value

The value of the header. Can for example be an email address, or a custom header extracted from emails

Property Value

string