Scheduler for WinRT
StatusTypeEnum Enumeration


Determines the type of status.
Syntax
'Declaration
 
Public Enum StatusTypeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As StatusTypeEnum
public enum StatusTypeEnum : System.Enum 
Members
MemberDescription
BusyThis status means that a person is in the office but unavailable to others.
CustomThis status represents all custom statuses added to the StatusCollection.
FreeThis status means that a person is in the office and available to others.
OutOfOfficeThis status means that a person is out of the office and unavailable to others.
TentativeThis status means that a person is in the office and tentatively available to others.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.StatusTypeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.