public static class MimeMessage.RecipientType extends Message.RecipientType
Message.RecipientType,
序列化表格| 限定符和类型 | 字段和说明 |
|---|---|
static MimeMessage.RecipientType |
NEWSGROUPS
The "Newsgroup" (Usenet news) recipients.
|
BCC, CC, TO, type| 限定符 | 构造器和说明 |
|---|---|
protected |
RecipientType(String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
readResolve()
When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class.
|
toStringpublic static final MimeMessage.RecipientType NEWSGROUPS
protected RecipientType(String type)
protected Object readResolve() throws ObjectStreamException
Message.RecipientTypereadResolve method that checks for their known
instances before calling this super method.readResolve 在类中 Message.RecipientTypeObjectStreamException - for object stream errorsCopyright © 2021 Oracle. All rights reserved.