|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Message.RecipientType | |
| javax.mail | |
| javax.mail.internet | |
| javax.mail.search | |
| Uses of Message.RecipientType in javax.mail |
| Fields in javax.mail declared as Message.RecipientType | |
static Message.RecipientType |
Message.RecipientType.BCC
|
static Message.RecipientType |
Message.RecipientType.CC
|
static Message.RecipientType |
Message.RecipientType.TO
|
| Methods in javax.mail with parameters of type Message.RecipientType | |
void |
Message.addRecipient(Message.RecipientType type,
Address address)
|
abstract void |
Message.addRecipients(Message.RecipientType type,
Address[] addresses)
|
abstract Address[] |
Message.getRecipients(Message.RecipientType type)
|
void |
Message.setRecipient(Message.RecipientType type,
Address address)
|
abstract void |
Message.setRecipients(Message.RecipientType type,
Address[] addresses)
|
| Uses of Message.RecipientType in javax.mail.internet |
| Subclasses of Message.RecipientType in javax.mail.internet | |
static class |
MimeMessage.RecipientType
|
| Methods in javax.mail.internet with parameters of type Message.RecipientType | |
void |
MimeMessage.addRecipients(Message.RecipientType type,
Address[] address)
|
void |
MimeMessage.addRecipients(Message.RecipientType type,
String address)
|
Address[] |
MimeMessage.getRecipients(Message.RecipientType type)
|
void |
MimeMessage.setRecipients(Message.RecipientType type,
Address[] address)
|
void |
MimeMessage.setRecipients(Message.RecipientType type,
String address)
|
| Uses of Message.RecipientType in javax.mail.search |
| Fields in javax.mail.search declared as Message.RecipientType | |
protected Message.RecipientType |
RecipientTerm.type
|
| Methods in javax.mail.search that return Message.RecipientType | |
Message.RecipientType |
RecipientTerm.getRecipientType()
|
Message.RecipientType |
RecipientStringTerm.getRecipientType()
|
| Constructors in javax.mail.search with parameters of type Message.RecipientType | |
RecipientTerm(Message.RecipientType type,
Address address)
|
|
RecipientStringTerm(Message.RecipientType type,
String pattern)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||