com.aspose.email
Class MapiJournalDocumentStatus

java.lang.Object
  extended by com.aspose.email.MapiJournalDocumentStatus

public final class MapiJournalDocumentStatus
extends Object

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

NONE

public static final int NONE

The document has not any status.

See Also:
Constant Field Values

PRINTED

public static final int PRINTED

Indicates whether the document was printed during journaling.

See Also:
Constant Field Values

SAVED

public static final int SAVED

Indicates whether the document was saved during journaling.

See Also:
Constant Field Values

ROUTED

public static final int ROUTED

Indicates whether the document was sent to a routing recipient during journaling.

See Also:
Constant Field Values

POSTED

public static final int POSTED

Indicates whether the document was sent by e-mail or posted to a server folder during journaling.

See Also:
Constant Field Values


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.