| 程序包 | 说明 |
|---|---|
| javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Provider.Type |
Provider.Type.STORE |
static Provider.Type |
Provider.Type.TRANSPORT |
| 限定符和类型 | 方法和说明 |
|---|---|
Provider.Type |
Provider.getType()
Returns the type of this Provider.
|
| 构造器和说明 |
|---|
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 © 2021 Oracle. All rights reserved.