| Frames | No Frames |
Classes derived from javax.mail.Message.RecipientType | |
| class | Additional recipient types specific to internet messages. |
Methods with parameter type javax.mail.Message.RecipientType | |
| void | Adds the given addresses to the recipients of the specified type. |
| void | Adds the given addresses to the recipients of the specified type. |
| Address[] | Returns the recipients of the given type. |
| void | Sets the recipients of the given type. |
| void | Sets the recipients of the given type. |
Constructors with parameter type javax.mail.Message.RecipientType | |
Constructor. | |
Constructor. | |
Fields of type javax.mail.Message.RecipientType | |
| Message.RecipientType | The recipient type. |
Methods with return type javax.mail.Message.RecipientType | |
| Message.RecipientType | Return the recipient type. |
| Message.RecipientType | Returns the recipient type. |
Fields of type javax.mail.Message.RecipientType | |
| Message.RecipientType | "Blind" carbon-copy recipients. |
| Message.RecipientType | Carbon-copy recipients. |
| Message.RecipientType | Primary recipients. |
Methods with parameter type javax.mail.Message.RecipientType | |
| void | Adds the recipient address of the given type. |
| void | Adds the recipient addresses of the given type. |
| Address[] | Returns all the recipient addresses of the specified type. |
| void | Sets the recipient address of the specified type. |
| void | Sets the recipient addresses of the specified type. |