|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ms.java.Enum
com.aspose.email.MailSensitivity
public final class MailSensitivity
Specifies the sensitivity of a MailMessage.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum |
---|
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
CompanyConfidential
Sets the sensitivity to CompanyConfidential. |
static int |
None
No Sensitivity set. |
static int |
Normal
The normal sensitivity. |
static int |
Personal
Sets the sensitivity to Personal. |
static int |
Private
Sets the sensitivity to Private. |
Fields inherited from class com.aspose.email.ms.java.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.email.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int None
No Sensitivity set.
public static final int Normal
The normal sensitivity.
public static final int Personal
Sets the sensitivity to Personal.
public static final int Private
Sets the sensitivity to Private.
public static final int CompanyConfidential
Sets the sensitivity to CompanyConfidential.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |