Show / Hide Table of Contents

Class PreviewMailing

A shipment message with information about the recipient it was sent to.

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

Constructors

PreviewMailing()

Default constructor

Declaration
public PreviewMailing()
See Also
IMarketingAgent

Properties

Configuration

This field indicates what kind of shipment this is.

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

ContactId

Owning contact ID

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

ContactName

Contact name

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

DocumentMessageId

If a document was used as the message this is the document ID.

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

FromAddress

Email address to put in the From header of the messages

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

LinkClicks

The number of links clicked in the mailing.

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

MessageId

Primary key

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

MessageSubject

The mail subject field of the message

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

Opened

Date/time the customer read the mailing.

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

PersonFullName

Get the persons full name (internal name used in clients for employees).

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

PersonId

Primary key

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

SendingTime

Estimated or actual sent time (depends on status)

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

ShipmentDescription

Describes the shipment

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

ShipmentId

Primary key

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

ShipmentType

The list item

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

Status

Status for sending to this particular recipient

Declaration
[DataMember]
public virtual ShipmentAddrStatus Status { get; set; }
Property Value
Type Description
ShipmentAddrStatus
See Also
IMarketingAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IMarketingAgent

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
IMarketingAgent

See Also

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