|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
to.etc.smtp |
Uses of Address in to.etc.smtp |
---|
Methods in to.etc.smtp that return Address | |
---|---|
Address |
Message.getFrom()
|
Address |
Message.getReplyTo()
|
Methods in to.etc.smtp that return types with arguments of type Address | |
---|---|
java.util.List<Address> |
Message.getBcc()
|
java.util.List<Address> |
Message.getCc()
|
java.util.List<Address> |
Message.getTo()
|
Methods in to.etc.smtp with parameters of type Address | |
---|---|
void |
Message.addBcc(Address a)
|
void |
Message.addCc(Address a)
|
void |
Message.addTo(Address a)
|
void |
MailBuilder.send(SmtpTransport t,
Address from,
Address to)
|
void |
MailBuilder.send(SmtpTransport t,
Address from,
java.util.List<Address> dest)
|
void |
SmtpTransport.setFrom(Address a)
|
void |
Message.setFrom(Address from)
|
void |
Message.setReplyTo(Address replyTo)
|
Method parameters in to.etc.smtp with type arguments of type Address | |
---|---|
void |
MailBuilder.send(SmtpTransport t,
Address from,
java.util.List<Address> dest)
|
void |
Message.setBcc(java.util.List<Address> bcc)
|
void |
Message.setCc(java.util.List<Address> cc)
|
void |
Message.setTo(java.util.List<Address> to)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |