Class DBC.MsFilterFields
Fields for MsFilter, This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MsFilterFields : Object
Fields
Action
MsFilter.Action: A bitmask representing the actions that should be performed if this filter is executed.
Declaration
public const string Action = "action"
Field Value
Type | Description |
---|---|
String |
ActionWhen
MsFilter.ActionWhen: Enum indicating what should trigger this filter.
Declaration
public const string ActionWhen = "action_when"
Field Value
Type | Description |
---|---|
String |
AutofaqReplyCategory
MsFilter.AutofaqReplyCategory: The root folder for the auto faq search.
Declaration
public const string AutofaqReplyCategory = "autofaq_reply_category"
Field Value
Type | Description |
---|---|
String |
BodyTemplate
MsFilter.BodyTemplate: The template to use for the body of the message.
Declaration
public const string BodyTemplate = "body_template"
Field Value
Type | Description |
---|---|
String |
Description
MsFilter.Description: A description for this filter.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Ejscript
MsFilter.Ejscript: The reference to the ejscript to execute for this filter.
Declaration
public const string Ejscript = "ejscript"
Field Value
Type | Description |
---|---|
String |
Flags
MsFilter.Flags: Flags
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
ForwardTo
MsFilter.ForwardTo: An email address to forward the ticket to.
Declaration
public const string ForwardTo = "forward_to"
Field Value
Type | Description |
---|---|
String |
MsFilterId
MsFilter.MsFilterId: The primary key (auto-incremented)
Declaration
public const string MsFilterId = "id"
Field Value
Type | Description |
---|---|
String |
NewCategory
MsFilter.NewCategory: The id of the category to set for the ticket if specified by action.
Declaration
public const string NewCategory = "new_category"
Field Value
Type | Description |
---|---|
String |
NewOwner
MsFilter.NewOwner: The id of the owner to set for the ticket if specified by action.
Declaration
public const string NewOwner = "new_owner"
Field Value
Type | Description |
---|---|
String |
NewPriority
MsFilter.NewPriority: The id of the priority to set for the ticket if specified by action.
Declaration
public const string NewPriority = "new_priority"
Field Value
Type | Description |
---|---|
String |
NewSlevel
MsFilter.NewSlevel: The security level to set for the ticket if specified by action.
Declaration
public const string NewSlevel = "new_slevel"
Field Value
Type | Description |
---|---|
String |
NewTags
MsFilter.NewTags: The tags to set for tickets modified by this filter
Declaration
public const string NewTags = "new_tags"
Field Value
Type | Description |
---|---|
String |
NewTicketType
MsFilter.NewTicketType: Tickettype of the ticket
Declaration
public const string NewTicketType = "new_ticket_type"
Field Value
Type | Description |
---|---|
String |
ParseMode
MsFilter.ParseMode: If automatic parsing this column indicate mode
Declaration
public const string ParseMode = "parse_mode"
Field Value
Type | Description |
---|---|
String |
Priority
MsFilter.Priority: A number indicating the priority for this filter (0..10).
Declaration
public const string Priority = "priority"
Field Value
Type | Description |
---|---|
String |
ReplyTemplate
MsFilter.ReplyTemplate: The id of the template to use as the reply template if specified by action.
Declaration
public const string ReplyTemplate = "reply_template"
Field Value
Type | Description |
---|---|
String |
ReplyTo
MsFilter.ReplyTo: The email address to reply to.
Declaration
public const string ReplyTo = "reply_to"
Field Value
Type | Description |
---|---|
String |
ReplyToSms
MsFilter.ReplyToSms: The SMS number to reply to.
Declaration
public const string ReplyToSms = "reply_to_sms"
Field Value
Type | Description |
---|---|
String |
SearchLocation
MsFilter.SearchLocation: Enum indicating where to search.
Declaration
public const string SearchLocation = "search_location"
Field Value
Type | Description |
---|---|
String |
SearchString
MsFilter.SearchString: The string to search for.
Declaration
public const string SearchString = "search_string"
Field Value
Type | Description |
---|---|
String |
SearchString2
MsFilter.SearchString2: A second string to search for. Only used if not empty.
Declaration
public const string SearchString2 = "search_string2"
Field Value
Type | Description |
---|---|
String |