|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.MapiCalendarBusyStatus
public final class MapiCalendarBusyStatus
Enumerates the mapi calendar possible busy status
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |