Class DBC.MailInFilterFields
Fields for MailInFilter, This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MailInFilterFields : Object
Fields
Address
MailInFilter.Address: The address associated with this mailbox (used as FROM: address when sending emails).
Declaration
public const string Address = "address"
Field Value
Type | Description |
---|---|
String |
AiSuggestCategory
MailInFilter.AiSuggestCategory: If this is set to 0 (false), then there will be no AI for suggesting categories on incoming emails
Declaration
public const string AiSuggestCategory = "ai_suggest_category"
Field Value
Type | Description |
---|---|
String |
AiTextAnalysis
MailInFilter.AiTextAnalysis: If this is set to 0 (false), then there will be no AI text analysis on incoming emails
Declaration
public const string AiTextAnalysis = "ai_text_analysis"
Field Value
Type | Description |
---|---|
String |
Autofaq
MailInFilter.Autofaq: Whether to suggest FAQ entries for this email account or not
Declaration
public const string Autofaq = "autofaq"
Field Value
Type | Description |
---|---|
String |
AutofaqKbCategory
MailInFilter.AutofaqKbCategory: The root folder for the auto faq search.
Declaration
public const string AutofaqKbCategory = "autofaq_kb_category"
Field Value
Type | Description |
---|---|
String |
CategoryId
MailInFilter.CategoryId: The id of the category this mailbox assigns tickets to (unless overridden by a sortfilter).
Declaration
public const string CategoryId = "category_id"
Field Value
Type | Description |
---|---|
String |
Checkwait
MailInFilter.Checkwait: How often (in minutes) to check this mailbox.
Declaration
public const string Checkwait = "checkwait"
Field Value
Type | Description |
---|---|
String |
Domain
MailInFilter.Domain: The domain used to login.
Declaration
public const string Domain = "domain"
Field Value
Type | Description |
---|---|
String |
ImportmailPid
MailInFilter.ImportmailPid: The process id of the importMail instance processing this mailbox
Declaration
public const string ImportmailPid = "importmail_pid"
Field Value
Type | Description |
---|---|
String |
KeepHeaders
MailInFilter.KeepHeaders: A commaseparated list of headers to store for emails imported. E.g. 'to,from,recieved-by,subject'.
Declaration
public const string KeepHeaders = "keep_headers"
Field Value
Type | Description |
---|---|
String |
LanguageId
MailInFilter.LanguageId: The id of the customer language entry this entry is connected to.
Declaration
public const string LanguageId = "language_id"
Field Value
Type | Description |
---|---|
String |
LastError
MailInFilter.LastError: The last error message recieved from the underlying email system (such as POP3 protocol errors, etc).
Declaration
public const string LastError = "last_error"
Field Value
Type | Description |
---|---|
String |
LastSuccess
MailInFilter.LastSuccess: Datetime indicating the last time email was sucessfully imported from this mailbox. Used to display warnings when this value is getting too old.
Declaration
public const string LastSuccess = "last_success"
Field Value
Type | Description |
---|---|
String |
LastTry
MailInFilter.LastTry: Datetime indicating the last time this mailbox tried (but possibly failed) to fetch email.
Declaration
public const string LastTry = "last_try"
Field Value
Type | Description |
---|---|
String |
MailgunDsn
MailInFilter.MailgunDsn: If this is set to 1, the route created in Mailgun will be set up to deliver emails of type auto-replies, system messsages etc
Declaration
public const string MailgunDsn = "mailgun_dsn"
Field Value
Type | Description |
---|---|
String |
MailInFilterId
MailInFilter.MailInFilterId: The primary key (auto-incremented)
Declaration
public const string MailInFilterId = "id"
Field Value
Type | Description |
---|---|
String |
NextCheck
MailInFilter.NextCheck: When this mailbox should be checked the next time.
Declaration
public const string NextCheck = "next_check"
Field Value
Type | Description |
---|---|
String |
Noautoreply
MailInFilter.Noautoreply: If set, then this mailbox should not send an autoreply.
Declaration
public const string Noautoreply = "noautoreply"
Field Value
Type | Description |
---|---|
String |
NumSeqFailures
MailInFilter.NumSeqFailures: The number of sequential failures for this mailbox.
Declaration
public const string NumSeqFailures = "num_seq_failures"
Field Value
Type | Description |
---|---|
String |
PopPassword
MailInFilter.PopPassword: The password used to login.
Declaration
public const string PopPassword = "pop_password"
Field Value
Type | Description |
---|---|
String |
PopServer
MailInFilter.PopServer: The hostname/IP address of the server.
Declaration
public const string PopServer = "pop_server"
Field Value
Type | Description |
---|---|
String |
PopUser
MailInFilter.PopUser: The username used to login.
Declaration
public const string PopUser = "pop_user"
Field Value
Type | Description |
---|---|
String |
Priority
MailInFilter.Priority: The id of the priority tickets are assigned when imported from this mailbox.
Declaration
public const string Priority = "priority"
Field Value
Type | Description |
---|---|
String |
ReplyTemplateId
MailInFilter.ReplyTemplateId: ID of the reply template used on this mail box.
Declaration
public const string ReplyTemplateId = "reply_template_id"
Field Value
Type | Description |
---|---|
String |
ServerType
MailInFilter.ServerType: Enum indicating the protocol to use (POP/IMAP).
Declaration
public const string ServerType = "server_type"
Field Value
Type | Description |
---|---|
String |
Status
MailInFilter.Status: Status indicated whether this mailbox is deleted or not.
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |
TicketType
MailInFilter.TicketType: Tickettype of the ticket
Declaration
public const string TicketType = "ticket_type"
Field Value
Type | Description |
---|---|
String |