Show / Hide Table of Contents

Class DBC.SShipmentAddrFields

Fields for SShipmentAddr, Addresses that are ready to be sent in a shipment.

Inheritance
Object
DBC.SShipmentAddrFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SShipmentAddrFields

Fields

Address

SShipmentAddr.Address: The email address

Declaration
public const string Address = "address"
Field Value
Type Description
String

BounceCode

SShipmentAddr.BounceCode: If this recipient bounced and we have a bounce code, this field will contain the code

Declaration
public const string BounceCode = "bounce_code"
Field Value
Type Description
String

BounceReason

SShipmentAddr.BounceReason: Reason text received from mailing system

Declaration
public const string BounceReason = "bounce_reason"
Field Value
Type Description
String

BounceReasontag

SShipmentAddr.BounceReasontag: If this recipient bounced and we have a bounce reason, this field will contain the reason

Declaration
public const string BounceReasontag = "bounce_reasontag"
Field Value
Type Description
String

Cleaned

SShipmentAddr.Cleaned: Used for indicating that a bounced recipient row has been cleaned, and now will not be presented again in the cleaning list

Declaration
public const string Cleaned = "cleaned"
Field Value
Type Description
String

ContactId

SShipmentAddr.ContactId: Id of contact bound to shipment address

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
String

CustomerId

SShipmentAddr.CustomerId: Id of the customer if this entry is created by a dynamic list

Declaration
public const string CustomerId = "customer_id"
Field Value
Type Description
String

FormSubmissionId

SShipmentAddr.FormSubmissionId: If this mailing recipient is created from a form submission, this will contain a reference to that submission

Declaration
public const string FormSubmissionId = "form_submission_id"
Field Value
Type Description
String

Name

SShipmentAddr.Name: The name of the recipient

Declaration
public const string Name = "name"
Field Value
Type Description
String

SenderNr

SShipmentAddr.SenderNr: Used for multiple ejSenders. This field indicate which ejSender process this belongs to

Declaration
public const string SenderNr = "sender_nr"
Field Value
Type Description
String

SendingTime

SShipmentAddr.SendingTime: Estimated or actual sent time (depends on status)

Declaration
public const string SendingTime = "sending_time"
Field Value
Type Description
String

ShipmentId

SShipmentAddr.ShipmentId: Which shipment this address belongs to

Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type Description
String

SShipmentAddrId

SShipmentAddr.SShipmentAddrId: Primary key

Declaration
public const string SShipmentAddrId = "id"
Field Value
Type Description
String

Status

SShipmentAddr.Status: Status for sending to this particular recipient

Declaration
public const string Status = "status"
Field Value
Type Description
String

TicketId

SShipmentAddr.TicketId: Id of the ticket if this entry is created by a ticketSelection list

Declaration
public const string TicketId = "ticket_id"
Field Value
Type Description
String

Timestamp

SShipmentAddr.Timestamp: A stamp set when this address it taken by ejSender to prevent two ejSenders to take one address.

Declaration
public const string Timestamp = "timestamp"
Field Value
Type Description
String

Type

SShipmentAddr.Type: Indicates if this is an email or a sms

Declaration
public const string Type = "type"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top