Skip to main content

Class SyncUserAccount

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SyncUserAccount. Details for syncing email user accounts

Inheritance

objectCarrierSyncUserAccount

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

SyncUserAccount()

Default constructor - defaults any enum props to 0.

Properties

AccountId

The account primary key

Property Value

int

AssociateId

Id of the associate who owns this account

Property Value

int

AssociateName

The username of the associate owning the account

Property Value

string

See Also

EMailAgent