|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiCalendarBusyStatus
public final class MapiCalendarBusyStatus
Enumerates the mapi calendar possible busy status
Field Summary | |
---|---|
static int |
BUSY
The user is busy. |
static int |
FREE
The user is available. |
static int |
OUT_OF_OFFICE
The user is Out of Office (OOF). |
static int |
TENTATIVE
The user has a tentative event scheduled. |
Method Summary |
---|
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 OUT_OF_OFFICE
The user is Out of Office (OOF).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |