public final class Recipient extends Object
Message.RecipientType.BCC).| Constructor and Description |
|---|
Recipient(String name,
String address,
javax.mail.Message.RecipientType type)
Constructor; initializes this recipient object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Bean getter for
address; |
String |
getName()
Bean getter for
name; |
javax.mail.Message.RecipientType |
getType()
Bean getter for
type; |
public Recipient(String name, String address, javax.mail.Message.RecipientType type)
name - The name of the recipient.address - The email address of the recipient.type - The recipient type (eg. Message.RecipientType.TO).Message.RecipientTypeCopyright © 2016. All rights reserved.