public final class MapiCalendarBusyStatus
extends com.aspose.ms.System.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 |
OutOfOffice
The user is Out of Office (OOF).
|
static int |
Tentative
The user has a tentative event scheduled.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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).