Skip to main content

Class Mailbox

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Mailbox. Carrier containing information about a Service mailbox

Inheritance

objectCarrierMailbox

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

Mailbox()

Default constructor - defaults any enum props to 0.

Properties

Address

The address associated with this mailbox (used as FROM: address when sending emails).

Property Value

string

CategoryName

The name of the category that the mailbox is connected to

Property Value

string

MailInFilterId

The primary key (auto-incremented)

Property Value

int

PriorityName

The name of the priority that the mailbox is connected to

Property Value

string

See Also

CustomerServiceAgent