| Package | Description |
|---|---|
| org.jboss.seam.mail.api | |
| org.jboss.seam.mail.core | |
| org.jboss.seam.mail.core.enumerations |
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.importance(MessagePriority messagePriority)
Sets the importance level of the message with a given
MessagePriority |
| Modifier and Type | Method and Description |
|---|---|
MessagePriority |
EmailMessage.getImportance()
Get the Current Importance of the EmailMessage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.setImportance(MessagePriority importance)
Sets the MessagePriority of the EmailMessage
|
| Modifier and Type | Method and Description |
|---|---|
static MessagePriority |
MessagePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagePriority[] |
MessagePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 Seam Framework. All Rights Reserved.