|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmailCustomizer
This interface is used as a callback object to further individualize the body of an email while sending it to varius addresses.
EmailAccount| Method Summary | |
|---|---|
void |
individualizeEmail(Email email,
javax.mail.internet.InternetAddress address)
this method is called by the EmailAccount.send() method to individualize
the body of an email given the address. |
| Method Detail |
|---|
void individualizeEmail(Email email,
javax.mail.internet.InternetAddress address)
throws javax.mail.MessagingException
EmailAccount.send() method to individualize
the body of an email given the address.
javax.mail.MessagingExceptionEmailAccount.sendEmails(Email, InternetAddress[], EmailCustomizer, Monitor)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||