|
|||||||||||
| 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.TO
A "To" or primary recipient. |
static Message.RecipientType |
Message.RecipientType.CC
A "Cc" or carbon-copy recipient. |
static Message.RecipientType |
Message.RecipientType.BCC
A "Bcc" or blind carbon-copy recipient. |
| Methods in javax.mail with parameters of type Message.RecipientType | |
abstract Address[] |
Message.getRecipients(Message.RecipientType type)
Get all recipients of the given type. |
abstract void |
Message.setRecipients(Message.RecipientType type,
Address[] addresses)
Set the list of recipients for the specified type. |
void |
Message.setRecipient(Message.RecipientType type,
Address address)
Set the list of recipients for the specified type to a single address. |
abstract void |
Message.addRecipients(Message.RecipientType type,
Address[] addresses)
Add recipents of a specified type. |
void |
Message.addRecipient(Message.RecipientType type,
Address address)
Add a recipent of a specified type. |
| Uses of Message.RecipientType in javax.mail.internet |
| Subclasses of Message.RecipientType in javax.mail.internet | |
static class |
MimeMessage.RecipientType
Extends Message.RecipientType to support addition recipient types. |
| Methods in javax.mail.internet with parameters of type Message.RecipientType | |
Address[] |
MimeMessage.getRecipients(Message.RecipientType type)
|
private void |
MimeMessage.addRecipientsToList(java.util.List list,
Message.RecipientType type)
|
void |
MimeMessage.setRecipients(Message.RecipientType type,
Address[] addresses)
|
void |
MimeMessage.setRecipients(Message.RecipientType type,
java.lang.String address)
|
void |
MimeMessage.addRecipients(Message.RecipientType type,
Address[] address)
|
void |
MimeMessage.addRecipients(Message.RecipientType type,
java.lang.String address)
|
private java.lang.String |
MimeMessage.getHeaderForRecipientType(Message.RecipientType type)
|
| Uses of Message.RecipientType in javax.mail.search |
| Fields in javax.mail.search declared as Message.RecipientType | |
private Message.RecipientType |
RecipientStringTerm.type
|
protected Message.RecipientType |
RecipientTerm.type
|
| Methods in javax.mail.search that return Message.RecipientType | |
Message.RecipientType |
RecipientStringTerm.getRecipientType()
|
Message.RecipientType |
RecipientTerm.getRecipientType()
|
| Constructors in javax.mail.search with parameters of type Message.RecipientType | |
RecipientStringTerm(Message.RecipientType type,
java.lang.String pattern)
|
|
RecipientTerm(Message.RecipientType type,
Address address)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||