Skip to main content

Class PreviewMailing

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PreviewMailing. A shipment message with information about the recipient it was sent to.

Inheritance

objectCarrierPreviewMailing

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PreviewMailing()

Default constructor - defaults any enum props to 0.

Properties

Configuration

This field indicates what kind of shipment this is.

Property Value

int

ContactId

Owning contact ID

Property Value

int

ContactName

Contact name

Property Value

string

DocumentMessageId

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

Property Value

int

FromAddress

Email address to put in the From header of the messages

Property Value

string

LinkClicks

The number of links clicked in the mailing.

Property Value

int

MessageId

Primary key

Property Value

int

MessageSubject

The mail subject field of the message

Property Value

string

Opened

Date/time the customer read the mailing.

Property Value

DateTime

PersonFullName

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

Property Value

string

PersonId

Primary key

Property Value

int

SendingTime

Estimated or actual sent time (depends on status)

Property Value

DateTime

ShipmentDescription

Describes the shipment

Property Value

string

ShipmentId

Primary key

Property Value

int

ShipmentType

The list item

Property Value

string

Status

Status for sending to this particular recipient NULL if unknown enum value.

Property Value

ShipmentAddrStatus?

See Also

PreviewMailing.Status_String

Status_String

Status for sending to this particular recipient Raw string enum value.

Property Value

string

See Also

PreviewMailing.Status

See Also

MarketingAgent