|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiSensitivity
public final class MapiSensitivity
Contains a values that indicates the message sensitivity.
Field Summary | |
---|---|
static int |
COMPANY_CONFIDENTIAL
The message is designated company confidential. |
static int |
NONE
The message has no special sensitivity. |
static int |
PERSONAL
The message is personal. |
static int |
PRIVATE
The message is private. |
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 message has no special sensitivity.
public static final int PERSONAL
The message is personal.
public static final int PRIVATE
The message is private.
public static final int COMPANY_CONFIDENTIAL
The message is designated company confidential.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |