Frames | No Frames |
Fields of type javax.mail.Message.RecipientType | |
Message.RecipientType | The "Bcc" (blind carbon copy) recipients. |
Message.RecipientType | The "Cc" (carbon copy) recipients. |
Message.RecipientType | The "To" (primary) recipients. |
Methods with parameter type javax.mail.Message.RecipientType | |
void | Add this recipient address to the existing ones of the given type. |
void | Add these recipient addresses to the existing ones of the given type. |
Address[] | Get all the recipient addresses of the given type. |
void | Set the recipient address. |
void | Set the recipient addresses. |
Classes derived from javax.mail.Message.RecipientType | |
class | This inner class extends the javax.mail.Message.RecipientType class
to add additional RecipientTypes. |
Methods with parameter type javax.mail.Message.RecipientType | |
void | Add the given addresses to the specified recipient type. |
void | Add the given addresses to the specified recipient type. |
Address[] | Returns the recipients specified by the type. |
void | Set the specified recipient type to the given addresses. |
void | Set the specified recipient type to the given addresses. |
Constructors with parameter type javax.mail.Message.RecipientType | |
Constructor. | |
Constructor. |
Fields of type javax.mail.Message.RecipientType | |
Message.RecipientType | The recipient type. |
Message.RecipientType | The recipient type. |
Methods with return type javax.mail.Message.RecipientType | |
Message.RecipientType | Return the type of recipient to match with. |
Message.RecipientType | Return the type of recipient to match with. |