Uses of Class
org.jboss.seam.mail.core.enumerations.MessagePriority

Packages that use MessagePriority
org.jboss.seam.mail.api   
org.jboss.seam.mail.core   
org.jboss.seam.mail.core.enumerations   
 

Uses of MessagePriority in org.jboss.seam.mail.api
 

Methods in org.jboss.seam.mail.api with parameters of type MessagePriority
 MailMessage MailMessage.importance(MessagePriority messagePriority)
          Sets the importance level of the message with a given MessagePriority
 

Uses of MessagePriority in org.jboss.seam.mail.core
 

Methods in org.jboss.seam.mail.core that return MessagePriority
 MessagePriority EmailMessage.getImportance()
          Get the Current Importance of the EmailMessage.
 

Methods in org.jboss.seam.mail.core with parameters of type MessagePriority
 void EmailMessage.setImportance(MessagePriority importance)
          Sets the MessagePriority of the EmailMessage
 

Uses of MessagePriority in org.jboss.seam.mail.core.enumerations
 

Methods in org.jboss.seam.mail.core.enumerations that return MessagePriority
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 © 2011 Seam Framework. All Rights Reserved.