Package | Description |
---|---|
org.codemonkey.simplejavamail.email |
Modifier and Type | Method and Description |
---|---|
Recipient |
Email.getFromRecipient()
Bean getter for
Email.fromRecipient . |
Recipient |
Email.getReplyToRecipient()
Bean getter for
Email.replyToRecipient . |
Modifier and Type | Method and Description |
---|---|
List<Recipient> |
Email.getRecipients()
Bean getter for
Email.recipients as unmodifiable list. |
Modifier and Type | Method and Description |
---|---|
Email.Builder |
Email.Builder.bcc(Recipient recipient)
Adds a new
Recipient to the list on account of name, address with recipient type Message.RecipientType.BCC . |
Email.Builder |
Email.Builder.cc(Recipient recipient)
Adds a new
Recipient to the list on account of name, address with recipient type Message.RecipientType.CC . |
Email.Builder |
Email.Builder.to(Recipient recipient)
Adds a new
Recipient to the list on account of name, address with recipient type Message.RecipientType.TO . |
Copyright © 2016. All rights reserved.