Skip to main content

Class EMailSOInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailSOInfo. Glue between SuperOffice data and an e-mail.

Inheritance

objectCarrierEMailSOInfo

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()

Examples

Get EMailSOInfo 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new EMailAgent(configuration);
var eMailSOInfo = agent.GetEMailSOInfo( 123 );

Constructors

EMailSOInfo()

Default constructor - defaults any enum props to 0.

Properties

AppointmentId

Primary key

Property Value

int

Archived

Is this e-mail archived in SuperOffice

Property Value

bool

ArchivedAt

The datetime when this email was archived

Property Value

DateTime

ArchivedBy

The associate who archived this email

Property Value

int

ArchivedDisplayName

The full name of the associate who archived this email

Property Value

string

DocumentId

Primary key

Property Value

int

ProjectId

Primary key

Property Value

int

SaleId

Primary key

Property Value

int

See Also

EMailAgent