Class DBC.MailBlockFields
Fields for MailBlock, This table controls the spam-protection system, ensuring that a single email recipient does not recieve too many emails during a certain period of time.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MailBlockFields
Fields
LastUpdate
MailBlock.LastUpdate: Last time we adjusted the value for this email address.
Declaration
public const string LastUpdate = "last_update"
Field Value
Type | Description |
---|---|
String |
MailAddr
MailBlock.MailAddr: The email address
Declaration
public const string MailAddr = "mail_addr"
Field Value
Type | Description |
---|---|
String |
MailBlockId
MailBlock.MailBlockId: The primary key (auto-incremented)
Declaration
public const string MailBlockId = "id"
Field Value
Type | Description |
---|---|
String |
TimePool
MailBlock.TimePool: The current value for this email address.
Declaration
public const string TimePool = "time_pool"
Field Value
Type | Description |
---|---|
String |