Uses of Class
org.codemonkey.simplejavamail.TransportStrategy

Packages that use TransportStrategy
org.codemonkey.simplejavamail   
 

Uses of TransportStrategy in org.codemonkey.simplejavamail
 

Methods in org.codemonkey.simplejavamail that return TransportStrategy
static TransportStrategy TransportStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportStrategy[] TransportStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.codemonkey.simplejavamail with parameters of type TransportStrategy
Mailer(String host, Integer port, String username, String password, TransportStrategy transportStrategy)
          Overloaded constructor which produces a new Session on the fly.
 



Copyright © 2011. All Rights Reserved.