Class TicketBatchReplyData
Data to add a batched ticket reply.
Carrier object for TicketBatchReplyData. Services for the TicketBatchReplyData Carrier is available from the Ticket Agent.Inherited Members
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
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
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
HtmlBody
The html body for the message (if any).
Declaration
[DataMember]
public virtual string HtmlBody { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
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
Slevel
The securitylevel of the message.
Declaration
[DataMember]
public virtual TicketSecurityLevel Slevel { get; set; }
Property Value
| Type | Description |
|---|---|
| TicketSecurityLevel |
See Also
TicketIds
IDs of tickets to reply to.
Declaration
[DataMember]
public virtual int[] TicketIds { get; set; }
Property Value
| Type | Description |
|---|---|
| int[] |
See Also
TimeSpent
The time spent (minutes) for this message.
Declaration
[DataMember]
public virtual int TimeSpent { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
See Also
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. |