Show / Hide Table of Contents

Class TicketBatchReplyData

Data to add a batched ticket reply.

Carrier object for TicketBatchReplyData. Services for the TicketBatchReplyData Carrier is available from the Ticket Agent.
Inheritance
object
TicketBatchReplyData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public class TicketBatchReplyData

Constructors

TicketBatchReplyData()

Default constructor

Declaration
public TicketBatchReplyData()
See Also
ITicketAgent

Properties

AttachmentIds

The IDs of attachments to connect to the reply message.

Declaration
[DataMember]
public virtual int[] AttachmentIds { get; set; }
Property Value
Type Description
int[]
See Also
ITicketAgent

CloseTickets

true to close the tickets after replying; otherwise, false.

Declaration
[DataMember]
public virtual bool CloseTickets { get; set; }
Property Value
Type Description
bool
See Also
ITicketAgent

HtmlBody

The html body for the message (if any).

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

SendCopyToCustomer

true to email the reply message to customers; otherwise, false.

Declaration
[DataMember]
public virtual bool SendCopyToCustomer { get; set; }
Property Value
Type Description
bool
See Also
ITicketAgent

Slevel

The securitylevel of the message.

Declaration
[DataMember]
public virtual TicketSecurityLevel Slevel { get; set; }
Property Value
Type Description
TicketSecurityLevel
See Also
ITicketAgent

TicketIds

IDs of tickets to reply to.

Declaration
[DataMember]
public virtual int[] TicketIds { get; set; }
Property Value
Type Description
int[]
See Also
ITicketAgent

TimeSpent

The time spent (minutes) for this message.

Declaration
[DataMember]
public virtual int TimeSpent { get; set; }
Property Value
Type Description
int
See Also
ITicketAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
ITicketAgent

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.

See Also
ITicketAgent

See Also

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