类 javax.mail.Provider.Type
的使用

使用 Provider.Type 的软件包
javax.mail The JavaMailTM API provides classes that model a mail system. 
 

javax.mailProvider.Type 的使用
 

声明为 Provider.Typejavax.mail 中的字段
static Provider.Type Provider.Type.STORE
           
static Provider.Type Provider.Type.TRANSPORT
           
 

返回 Provider.Typejavax.mail 中的方法
 Provider.Type Provider.getType()
          Returns the type of this Provider
 

参数类型为 Provider.Typejavax.mail 中的构造方法
Provider(Provider.Type type, String protocol, String classname, String vendor, String version)
          Create a new provider of the specified type for the specified protocol.
 



Copyright © 2013. All Rights Reserved.