public final class MapiJournalDocumentStatus
extends com.aspose.ms.System.Enum
Indicates the status of document.
Modifier and Type | Field and Description |
---|---|
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.
|
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 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.