|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailAddress | |
|---|---|
| org.silverpeas.mail | |
| Uses of MailAddress in org.silverpeas.mail |
|---|
| Methods in org.silverpeas.mail that return MailAddress | |
|---|---|
static MailAddress |
MailAddress.eMail(String email)
Gets a new instance of MailAddress. |
MailAddress |
MailToSend.getFrom()
|
MailAddress |
MailAddress.withName(String name)
Permits to specify the name of the person or organization linked to the email. |
| Methods in org.silverpeas.mail with parameters of type MailAddress | |
|---|---|
static MailSending |
MailSending.from(MailAddress senderEmail)
Gets a new instance of MailSending by specifying the email of the sender. |
void |
MailToSend.setFrom(MailAddress from)
|
MailSending |
MailSending.to(MailAddress receiverMailAddress)
Permits to specify the receiver of the mail. |
static ReceiverMailAddressSet |
ReceiverMailAddressSet.with(MailAddress... mailAddresses)
See ReceiverMailAddressSet.with(java.util.Collection) details. |
| Method parameters in org.silverpeas.mail with type arguments of type MailAddress | |
|---|---|
static ReceiverMailAddressSet |
ReceiverMailAddressSet.with(Collection<MailAddress> mailAddresses)
Adds several MailAddress instances. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||