Modifier and Type | Method and Description |
---|---|
MailSensitivity |
MailMessage.getSensitivity()
Gets or sets the sensitivity of message
|
static MailSensitivity |
MailSensitivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailSensitivity[] |
MailSensitivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MailMessage.setSensitivity(MailSensitivity value)
Gets or sets the sensitivity of message
|