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: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.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 |