Skip to main content

Class ContactOrPersonFromEmail

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

Inheritance

objectCarrierContactOrPersonFromEmail

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

ContactOrPersonFromEmail()

Default constructor - defaults any enum props to 0.

Properties

ContactCategory

Contact category

Property Value

string

ContactDepartment

Department

Property Value

string

ContactId

The id of the contact

Property Value

int

ContactName

The contact name

Property Value

string

EmailAddress

The emailAddress

Property Value

string

FullName

The person fullname

Property Value

string

PersonId

The id of the person

Property Value

int

SortName

If person ? The person name, else contact name

Property Value

string

See Also

EMailAgent