Show / Hide Table of Contents

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.

Inheritance
Object
DBC.MailBlockFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MailBlockFields : Object

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top