Skip to main content

Class EMailAddress

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailAddress.

Inheritance

objectCarrierEMailAddress

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

EMailAddress()

Default constructor - defaults any enum props to 0.

Properties

Address

Property Value

string

AssociateId

Primary key

Property Value

int

ContactId

Primary key

Property Value

int

ContactName

Property Value

string

DuplicatePersonIds

All persons with this EmailAddress stored in db is listed here

Property Value

int[]

EmailId

Primary key

Property Value

int

Name

The name on the email address

Property Value

string

PersonId

Primary key

Property Value

int

PersonName

Property Value

string

See Also

EMailAgent