Show / Hide Table of Contents

Class TicketMessageHeader

Contains information about a header connected to a ticket message

Carrier object for TicketMessageHeader.
Inheritance
object
TicketMessageHeader
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class TicketMessageHeader : Carrier

Constructors

TicketMessageHeader()

Default constructor

Declaration
public TicketMessageHeader()

Properties

Id

Id

Declaration
[DataMember]
public virtual int Id { get; set; }
Property Value
Type Description
int

Name

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

Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type Description
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

Declaration
[DataMember]
public virtual MessageHeaderStdItem StdItem { get; set; }
Property Value
Type Description
MessageHeaderStdItem

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.

Declaration
[DataMember]
public virtual MessageHeaderStdItemCol StdItemCol { get; set; }
Property Value
Type Description
MessageHeaderStdItemCol

Value

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

Declaration
[DataMember]
public virtual string Value { get; set; }
Property Value
Type Description
string

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top