Show / Hide Table of Contents

Class DBC.SmsFields

Fields for Sms, This table will hold outgoing sms messages when transmitted with WebServices

Inheritance
Object
DBC.SmsFields
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 SmsFields

Fields

CustomerId

Sms.CustomerId: Reference to the customer id, used for eMarketeer

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

DeliveredAt

Sms.DeliveredAt: The date and time when the sms was delivered

Declaration
public const string DeliveredAt = "delivered_at"
Field Value
Type Description
String

DeliveryExtStatus

Sms.DeliveryExtStatus: Indicates extended delivery status for the sms

Declaration
public const string DeliveryExtStatus = "delivery_ext_status"
Field Value
Type Description
String

DeliveryExtStatusDesc

Sms.DeliveryExtStatusDesc: Indicates extended delivery status description for the sms

Declaration
public const string DeliveryExtStatusDesc = "delivery_ext_status_desc"
Field Value
Type Description
String

DeliveryStatus

Sms.DeliveryStatus: Indicates a delivery status for the sms

Declaration
public const string DeliveryStatus = "delivery_status"
Field Value
Type Description
String

DeliveryStatusDesc

Sms.DeliveryStatusDesc: Indicates a delivery status description for the sms

Declaration
public const string DeliveryStatusDesc = "delivery_status_desc"
Field Value
Type Description
String

MessageId

Sms.MessageId: Reference to the message id this SMS was sent from

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

OutboxId

Sms.OutboxId: The outbox entry which holds the information about the sms to be sent

Declaration
public const string OutboxId = "outbox_id"
Field Value
Type Description
String

OutgoingMessageId

Sms.OutgoingMessageId: Reference to the outgoing message entry created by netserver for sending and status update

Declaration
public const string OutgoingMessageId = "outgoing_message_id"
Field Value
Type Description
String

ReferenceKey

Sms.ReferenceKey: The reference used for delivery report

Declaration
public const string ReferenceKey = "reference_key"
Field Value
Type Description
String

SessionKey

Sms.SessionKey: The reference used for identifying a session, like in-reply-to and message-id

Declaration
public const string SessionKey = "session_key"
Field Value
Type Description
String

ShipmentId

Sms.ShipmentId: Reference to the shipment id, used for eMarketeer

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

SmsId

Sms.SmsId: Primary key

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

SmsText

Sms.SmsText: The actual text to be sent

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