Determines the type of status.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum StatusTypeEnum
Visual Basic
Public Enumeration StatusTypeEnum

Members

Member nameDescription
Free This status means that a person is in the office and available to others.
Tentative This status means that a person is in the office and tentatively available to others.
Busy This status means that a person is in the office but unavailable to others.
OutOfOffice This status means that a person is out of the office and unavailable to others.
Custom This status represents all custom statuses added to the StatusCollection.

See Also