Show / Hide Table of Contents

Class DBC.OutboxFields

Fields for Outbox, Outgoing emails with sending status and other info

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

Fields

Created

Outbox.Created: When the mail was created

Declaration
public const string Created = "created"
Field Value
Type Description
String

FromEmail

Outbox.FromEmail: Mail address of the sender

Declaration
public const string FromEmail = "from_email"
Field Value
Type Description
String

FromEnvelope

Outbox.FromEnvelope: Envelope (smtp) Mail address of the sender

Declaration
public const string FromEnvelope = "from_envelope"
Field Value
Type Description
String

LastError

Outbox.LastError: The last error reported when sending this message

Declaration
public const string LastError = "last_error"
Field Value
Type Description
String

MailSize

Outbox.MailSize: The size of the mail in bytes

Declaration
public const string MailSize = "mail_size"
Field Value
Type Description
String

MessageId

Outbox.MessageId: The message.id this reference is connected to.

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

NextRetry

Outbox.NextRetry: When is the next time we should try again?

Declaration
public const string NextRetry = "next_retry"
Field Value
Type Description
String

OutboxId

Outbox.OutboxId: Primary key

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

Pid

Outbox.Pid: The process id owning this message

Declaration
public const string Pid = "pid"
Field Value
Type Description
String

Rcpt

Outbox.Rcpt: A list of recipience

Declaration
public const string Rcpt = "rcpt"
Field Value
Type Description
String

Retries

Outbox.Retries: The number of times we have tried to send this mail

Declaration
public const string Retries = "retries"
Field Value
Type Description
String

Rfc822Content

Outbox.Rfc822Content: The content of the outgoing email as a string. Alternative to using outbox file

Declaration
public const string Rfc822Content = "rfc822_content"
Field Value
Type Description
String

Status

Outbox.Status: Status enum

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

Subject

Outbox.Subject: Subject of the mail

Declaration
public const string Subject = "subject"
Field Value
Type Description
String

TicketId

Outbox.TicketId: The ticket.id this reference is connected to.

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

Type

Outbox.Type: Indicates if this is a SMS to be sent via WebServices or a normal email. 0 = email, 1 = 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