Message.Builder |
Message.Builder.attachments(Collection<Attachment> attachments) |
The List of attachments to include in your email.
|
Message.Builder |
Message.Builder.attachments(Consumer<Attachment.Builder>... attachments) |
The List of attachments to include in your email.
|
Message.Builder |
Message.Builder.attachments(Attachment... attachments) |
The List of attachments to include in your email.
|
default Message.Builder |
Message.Builder.body(Consumer<Body.Builder> body) |
The body of the message.
|
Message.Builder |
Message.Builder.body(Body body) |
The body of the message.
|
static Message.Builder |
Message.builder() |
|
Message.Builder |
Message.Builder.headers(Collection<MessageHeader> headers) |
The list of message headers that will be added to the email message.
|
Message.Builder |
Message.Builder.headers(Consumer<MessageHeader.Builder>... headers) |
The list of message headers that will be added to the email message.
|
Message.Builder |
Message.Builder.headers(MessageHeader... headers) |
The list of message headers that will be added to the email message.
|
default Message.Builder |
Message.Builder.subject(Consumer<Content.Builder> subject) |
The subject line of the email.
|
Message.Builder |
Message.Builder.subject(Content subject) |
The subject line of the email.
|
Message.Builder |
Message.toBuilder() |
|