|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiJournalDocumentStatus
public final class MapiJournalDocumentStatus
Indicates the status of document.
Field Summary | |
---|---|
static int |
NONE
The document has not any status. |
static int |
POSTED
Indicates whether the document was sent by e-mail or posted to a server folder during journaling. |
static int |
PRINTED
Indicates whether the document was printed during journaling. |
static int |
ROUTED
Indicates whether the document was sent to a routing recipient during journaling. |
static int |
SAVED
Indicates whether the document was saved during journaling. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
The document has not any status.
public static final int PRINTED
Indicates whether the document was printed during journaling.
public static final int SAVED
Indicates whether the document was saved during journaling.
public static final int ROUTED
Indicates whether the document was sent to a routing recipient during journaling.
public static final int POSTED
Indicates whether the document was sent by e-mail or posted to a server folder during journaling.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |