Show / Hide Table of Contents

Class DBC.SShipmentFields

Fields for SShipment, Contains info about one shipment. The addresses are stored in s_shipment_addr

Inheritance
object
DBC.SShipmentFields
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 DBC.SShipmentFields

Fields

ActivePane

SShipment.ActivePane: The currently active pane in the mailing wizard

Declaration
public const string ActivePane = "active_pane"
Field Value
Type Description
string

ActualCount

SShipment.ActualCount: Number of emails sent at the last checkpoint

Declaration
public const string ActualCount = "actual_count"
Field Value
Type Description
string

ActualRate

SShipment.ActualRate: The actual rate of messages per minute. can be lower than send_rate

Declaration
public const string ActualRate = "actual_rate"
Field Value
Type Description
string

ActualTime

SShipment.ActualTime: The time of the last checkpoint

Declaration
public const string ActualTime = "actual_time"
Field Value
Type Description
string

AreStatisticsDirty

SShipment.AreStatisticsDirty: Indicates if shipment needs statistics calculation, set by code that changes the shipment or receives clicks/opens

Declaration
public const string AreStatisticsDirty = "are_statistics_dirty"
Field Value
Type Description
string

ClickNum

SShipment.ClickNum: Number of links clicked

Declaration
public const string ClickNum = "click_num"
Field Value
Type Description
string

ClickRate

SShipment.ClickRate: Click rate % (click_num / delivered_num)

Declaration
public const string ClickRate = "click_rate"
Field Value
Type Description
string

Configuration

SShipment.Configuration: This field indicates what kind of shipment this is.

Declaration
public const string Configuration = "configuration"
Field Value
Type Description
string

CurrentSender

SShipment.CurrentSender: Timestamp to identify which ejsender that owns this shipment

Declaration
public const string CurrentSender = "current_sender"
Field Value
Type Description
string

DeliveredNum

SShipment.DeliveredNum: Number of mails sent minus bounces

Declaration
public const string DeliveredNum = "delivered_num"
Field Value
Type Description
string

Description

SShipment.Description: Describes the shipment

Declaration
public const string Description = "description"
Field Value
Type Description
string

EndDate

SShipment.EndDate: Is set when this shipment is ended

Declaration
public const string EndDate = "end_date"
Field Value
Type Description
string

EnvelopeFrom

SShipment.EnvelopeFrom: Email address for the MTA envelope (where bounces are returned)

Declaration
public const string EnvelopeFrom = "envelope_from"
Field Value
Type Description
string

Flags

SShipment.Flags: Various flags for a shipment

Declaration
public const string Flags = "flags"
Field Value
Type Description
string

FolderId

SShipment.FolderId: The folder which this shipment belongs to. -1 indicates that the shipment is on the root

Declaration
public const string FolderId = "folder_id"
Field Value
Type Description
string

FromAddr

SShipment.FromAddr: Email address to put in the From header of the messages

Declaration
public const string FromAddr = "from_addr"
Field Value
Type Description
string

GeneratedDocumentId

SShipment.GeneratedDocumentId: ID of the merged document that is the result of the shipment

Declaration
public const string GeneratedDocumentId = "generated_document_id"
Field Value
Type Description
string

HardbounceNum

SShipment.HardbounceNum: Number of hard bounces

Declaration
public const string HardbounceNum = "hardbounce_num"
Field Value
Type Description
string

HardbounceRate

SShipment.HardbounceRate: Hard bounce rate % (hardbounce_num / number_transmitted)

Declaration
public const string HardbounceRate = "hardbounce_rate"
Field Value
Type Description
string

MessageId

SShipment.MessageId: The id of the message that is sent in this shipment

Declaration
public const string MessageId = "message_id"
Field Value
Type Description
string

OpenNum

SShipment.OpenNum: Number of opened emails count

Declaration
public const string OpenNum = "open_num"
Field Value
Type Description
string

OpenRate

SShipment.OpenRate: Open rate % (open_num / delivered_num)

Declaration
public const string OpenRate = "open_rate"
Field Value
Type Description
string

ProjectId

SShipment.ProjectId: Set if this shipment should be related to a Project

Declaration
public const string ProjectId = "project_id"
Field Value
Type Description
string

Recipients

SShipment.Recipients: The total number of recipients to send message to.

Declaration
public const string Recipients = "recipients"
Field Value
Type Description
string

Registered

SShipment.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

SShipment.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

ReplyAddr

SShipment.ReplyAddr: Email address to put in the Reply To: header of the messages

Declaration
public const string ReplyAddr = "reply_addr"
Field Value
Type Description
string

SShipmentId

SShipment.SShipmentId: Primary key

Declaration
public const string SShipmentId = "id"
Field Value
Type Description
string

SelectionId

SShipment.SelectionId: Set if this shipment should be related to a Selection

Declaration
public const string SelectionId = "selection_id"
Field Value
Type Description
string

SendRate

SShipment.SendRate: Maximum number of messages sent per minute.

Declaration
public const string SendRate = "send_rate"
Field Value
Type Description
string

SentNum

SShipment.SentNum: Number of mails sent

Declaration
public const string SentNum = "sent_num"
Field Value
Type Description
string

ShipmenttypeId

SShipment.ShipmenttypeId: Id of subscriptionType that this shipment has, so we may check for reservations

Declaration
public const string ShipmenttypeId = "shipmenttype_id"
Field Value
Type Description
string

SmtpPort

SShipment.SmtpPort: The port of the SMTP server to use for this shipment.

Declaration
public const string SmtpPort = "smtp_port"
Field Value
Type Description
string

SmtpServ

SShipment.SmtpServ: The server to use for this shipment.

Declaration
public const string SmtpServ = "smtp_serv"
Field Value
Type Description
string

SoftbounceNum

SShipment.SoftbounceNum: Number of soft bounces

Declaration
public const string SoftbounceNum = "softbounce_num"
Field Value
Type Description
string

SoftbounceRate

SShipment.SoftbounceRate: Soft bounce rate % (softbounce_num / number_transmitted)

Declaration
public const string SoftbounceRate = "softbounce_rate"
Field Value
Type Description
string

Sorting

SShipment.Sorting: Which sorting should be used on the document mailing recipient list, used when generating PDF

Declaration
public const string Sorting = "sorting"
Field Value
Type Description
string

StartDate

SShipment.StartDate: The date and time when to start this shipment

Declaration
public const string StartDate = "start_date"
Field Value
Type Description
string

Status

SShipment.Status: Sending/stopped/failed etc.

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

TicketCategory

SShipment.TicketCategory: The category of tickets created while sending out if any. -1 if no ticket should be created

Declaration
public const string TicketCategory = "ticket_category"
Field Value
Type Description
string

TicketOwner

SShipment.TicketOwner: The owner of the ticket if any is created while sending out a shipment. -1 if no ticket should be automatically delegated, 1 if the ticket is unassigned, >1 for all others

Declaration
public const string TicketOwner = "ticket_owner"
Field Value
Type Description
string

TotalbounceNum

SShipment.TotalbounceNum: Total number of bounces

Declaration
public const string TotalbounceNum = "totalbounce_num"
Field Value
Type Description
string

TotalbounceRate

SShipment.TotalbounceRate: Total bounce rate % (totalbounce_num / number_transmitted)

Declaration
public const string TotalbounceRate = "totalbounce_rate"
Field Value
Type Description
string

Updated

SShipment.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

SShipment.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

SShipment.UpdatedCount: Number of updates made to this record

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