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.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
Properties
HtmlBody
Quick reply body in HTML format.
Declaration
[DataMember]
public virtual string HtmlBody { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Name
The short name of the quick reply
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Updated
Date/time this quick reply was last updated.
Declaration
[DataMember]
public virtual DateTime Updated { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
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. |