Skip to main content

Constructors

NSPreviewMailing()

Methods

GetContactId()

Returns: CRMScript.Global.Integer - Owning contact Id. Example:

GetContactName()

Returns: CRMScript.Global.String - Contact name. Example:

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:

GetLinkClicks()

Returns: CRMScript.Global.Integer - The number of links clicked in the mailing. Example:

GetMessageId()

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

GetMessageSubject()

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

GetOpened()

Returns: CRMScript.Global.DateTime - Date/time the customer read the mailing. Example:

GetPersonFullName()

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

GetPersonId()

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

GetSendingTime()

Returns: CRMScript.Global.DateTime - Estimated or actual sent time (depends on status). 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:

GetStatus()

Returns: CRMScript.Global.Integer - Status for sending to this particular recipient. See <xref href=“CRMScript.NetServer.ShipmentAddrStatus” data-throw-if-not-resolved=“false”></xref>. Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetContactName(String)

Returns: CRMScript.Global.Void Example:

SetDocumentMessageId(Integer)

Returns: CRMScript.Global.Void Example:

SetFromAddress(String)

Returns: CRMScript.Global.Void Example:

SetLinkClicks(Integer)

Returns: CRMScript.Global.Void Example:

SetMessageId(Integer)

Returns: CRMScript.Global.Void Example:

SetMessageSubject(String)

Returns: CRMScript.Global.Void Example:

SetOpened(DateTime)

Returns: CRMScript.Global.Void Example:

SetPersonFullName(String)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetSendingTime(DateTime)

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:

SetStatus(Integer)

Returns: CRMScript.Global.Void Example: