Skip to main content

Constructors

NSPreviewMailingHeader()

Methods

GetDocumentMessageId()

Returns: CRMScript.Global.Integer - If a document was used as the message this is the document ID. Example:

GetFromAddress()

Returns: CRMScript.Global.String - Email address to put in the From header of the messages. Example:

GetMessageId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetMessageSubject()

Returns: CRMScript.Global.String - The mail subject field of the message. Example:

GetNumBounced()

Returns: CRMScript.Global.Integer - Number of recipients that resulted in a bounce. Example:

GetNumClicks()

Returns: CRMScript.Global.Integer - Number of recipients that clicked at least 1 link in the mailing. Example:

GetNumOpened()

Returns: CRMScript.Global.Integer - Number of recipients that opened the email. Example:

GetNumSent()

Returns: CRMScript.Global.Integer - Number of emails sent at the current time. Example:

GetPersonFullName()

Gets the persons full name (internal name used in clients for employees).
Returns: CRMScript.Global.String Example:

GetPersonId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetShipmentDescription()

Returns: CRMScript.Global.String - Describes the shipment. Example:

GetShipmentId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetShipmentType()

Returns: CRMScript.Global.String - The list item. Example:

GetStartDate()

Returns: CRMScript.Global.DateTime - The date and time when to start this shipment. Example:

GetStatus()

Returns: CRMScript.Global.Integer - Sending/stopped/failed etc. See <xref href=“CRMScript.NetServer.ShipmentStatus” data-throw-if-not-resolved=“false”></xref>. Example:

SetDocumentMessageId(Integer)

Returns: CRMScript.Global.Void Example:

SetFromAddress(String)

Returns: CRMScript.Global.Void Example:

SetMessageId(Integer)

Returns: CRMScript.Global.Void Example:

SetMessageSubject(String)

Returns: CRMScript.Global.Void Example:

SetNumBounced(Integer)

Returns: CRMScript.Global.Void Example:

SetNumClicks(Integer)

Returns: CRMScript.Global.Void Example:

SetNumOpened(Integer)

Returns: CRMScript.Global.Void Example:

SetNumSent(Integer)

Returns: CRMScript.Global.Void Example:

SetPersonFullName(String)

Gets the persons full name (internal name used in clients for employees).
Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetShipmentDescription(String)

Returns: CRMScript.Global.Void Example:

SetShipmentId(Integer)

Returns: CRMScript.Global.Void Example:

SetShipmentType(String)

Returns: CRMScript.Global.Void Example:

SetStartDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetStatus(Integer)

Returns: CRMScript.Global.Void Example: