Show / Hide Table of Contents

Class DBC.SWashingFields

Fields for SWashing, Register of all bounced mail to enabel washing

Inheritance
Object
DBC.SWashingFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SWashingFields

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