Uses of Class
javax.mail.Provider.Type

Packages that use Provider.Type
javax.mail   
 

Uses of Provider.Type in javax.mail
 

Fields in javax.mail declared as Provider.Type
private  Provider.Type Provider.type
           
static Provider.Type Provider.Type.STORE
          A message store provider such as POP3 or IMAP4.
static Provider.Type Provider.Type.TRANSPORT
          A message transport provider such as SMTP.
 

Methods in javax.mail that return Provider.Type
 Provider.Type Provider.getType()
           
 

Constructors in javax.mail with parameters of type Provider.Type
Provider(java.lang.String protocol, java.lang.String className, Provider.Type type, java.lang.String vendor, java.lang.String version)