Uses of Class
wt.mail.EMailMessage

Packages that use EMailMessage
wt.mail Defines EMailMessages that can be sent to EMailDistributionLists. 
 

Uses of EMailMessage in wt.mail
 

Methods in wt.mail that return EMailMessage
static EMailMessage EMailMessage.newEMailMessage()
          Construct a new instance with no recipients, subject, or content.
 

Methods in wt.mail with parameters of type EMailMessage
protected  boolean EMailMessage.readVersion(EMailMessage thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static void EMailMessage.submitMessage(EMailMessage msg, Long deadline, Integer backOff)