|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 InternetAddress 的软件包 | |
|---|---|
| com.sun.mail.imap.protocol | |
| com.sun.mail.smtp | An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. |
| javax.mail.internet | Classes specific to Internet mail systems. |
| com.sun.mail.imap.protocol 中 InternetAddress 的使用 |
|---|
| 声明为 InternetAddress 的 com.sun.mail.imap.protocol 中的字段 | |
|---|---|
InternetAddress[] |
ENVELOPE.bcc
|
InternetAddress[] |
ENVELOPE.cc
|
InternetAddress[] |
ENVELOPE.from
|
InternetAddress[] |
ENVELOPE.replyTo
|
InternetAddress[] |
ENVELOPE.sender
|
InternetAddress[] |
ENVELOPE.to
|
| com.sun.mail.smtp 中 InternetAddress 的使用 |
|---|
| 声明为 InternetAddress 的 com.sun.mail.smtp 中的字段 | |
|---|---|
protected InternetAddress |
SMTPSendFailedException.addr
|
protected InternetAddress |
SMTPAddressSucceededException.addr
|
protected InternetAddress |
SMTPAddressFailedException.addr
|
| 返回 InternetAddress 的 com.sun.mail.smtp 中的方法 | |
|---|---|
InternetAddress |
SMTPAddressSucceededException.getAddress()
Return the address that succeeded. |
InternetAddress |
SMTPAddressFailedException.getAddress()
Return the address that failed. |
| 参数类型为 InternetAddress 的 com.sun.mail.smtp 中的构造方法 | |
|---|---|
SMTPAddressFailedException(InternetAddress addr,
String cmd,
int rc,
String err)
Constructs an SMTPAddressFailedException with the specified address, return code, and error string. |
|
SMTPAddressSucceededException(InternetAddress addr,
String cmd,
int rc,
String err)
Constructs an SMTPAddressSucceededException with the specified address, return code, and error string. |
|
| javax.mail.internet 中 InternetAddress 的使用 |
|---|
| 返回 InternetAddress 的 javax.mail.internet 中的方法 | |
|---|---|
InternetAddress[] |
InternetAddress.getGroup(boolean strict)
Return the members of a group address. |
static InternetAddress |
InternetAddress.getLocalAddress(Session session)
Return an InternetAddress object representing the current user. |
static InternetAddress[] |
InternetAddress.parse(String addresslist)
Parse the given comma separated sequence of addresses into InternetAddress objects. |
static InternetAddress[] |
InternetAddress.parse(String addresslist,
boolean strict)
Parse the given sequence of addresses into InternetAddress objects. |
static InternetAddress[] |
InternetAddress.parseHeader(String addresslist,
boolean strict)
Parse the given sequence of addresses into InternetAddress objects. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||