Show / Hide Table of Contents

Class DBC.SSentMessageFields

Fields for SSentMessage, Emarketeer message control

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

Fields

CustomerId

SSentMessage.CustomerId: The id of the customer that received the message

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

Email

SSentMessage.Email: The email-adresse the received the message

Declaration
public const string Email = "email"
Field Value
Type Description
String

MessageId

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

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

ShipmentId

SSentMessage.ShipmentId: Which shipment the customer received.

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

SSentMessageId

SSentMessage.SSentMessageId: The primary key (auto-incremented)

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

WhenRead

SSentMessage.WhenRead: When the email was read or link was clicked.

Declaration
public const string WhenRead = "when_read"
Field Value
Type Description
String

WhenSent

SSentMessage.WhenSent: When the email was sent.

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