Show / Hide Table of Contents

Class PreviewQuickReply

A quick reply with information suitable for preview.

Carrier object for PreviewQuickReply. Services for the PreviewQuickReply Carrier is available from the CustomerService Agent.
Inheritance
object
PreviewQuickReply
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class PreviewQuickReply : Carrier

Constructors

PreviewQuickReply()

Default constructor

Declaration
public PreviewQuickReply()
See Also
ICustomerServiceAgent

Properties

HtmlBody

Quick reply body in HTML format.

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

Name

The short name of the quick reply

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

Updated

Date/time this quick reply was last updated.

Declaration
[DataMember]
public virtual DateTime Updated { get; set; }
Property Value
Type Description
DateTime
See Also
ICustomerServiceAgent

UpdatedByFullName

Full name of associate last updating this quick reply

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

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ICustomerServiceAgent

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
ICustomerServiceAgent

See Also

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