Class DBC.SWashingFields
Fields for SWashing, Register of all bounced mail to enabel washing
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SWashingFields : Object
Fields
Bounce
SWashing.Bounce: How many bounces we have received on this address.
Declaration
public const string Bounce = "bounce"
Field Value
Type | Description |
---|---|
String |
EmailAddr
SWashing.EmailAddr: The bounced email address
Declaration
public const string EmailAddr = "email_addr"
Field Value
Type | Description |
---|---|
String |
Shipments
SWashing.Shipments: How many times we have sent to this address
Declaration
public const string Shipments = "shipments"
Field Value
Type | Description |
---|---|
String |
SWashingId
SWashing.SWashingId: Primary key
Declaration
public const string SWashingId = "id"
Field Value
Type | Description |
---|---|
String |
Type
SWashing.Type: Type of customer (internal/external)
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |