public final class MapiCalendarBusyStatus
extends Enum
Enumerates the mapi calendar possible busy status
Modifier and Type | Field and Description |
---|---|
static int |
Busy
The user is busy.
|
static int |
Free
The user is available.
|
static int |
NotDefined
Value is not defined
|
static int |
OutOfOffice
The user is Out of Office (OOF).
|
static int |
Tentative
The user has a tentative event scheduled.
|
public static final int NotDefined
Value is not defined
public static final int Free
The user is available.
public static final int Tentative
The user has a tentative event scheduled.
public static final int Busy
The user is busy.
public static final int OutOfOffice
The user is Out of Office (OOF).