Class | Description |
---|---|
AttachmentResource |
A named immutable email attachment information object.
|
Email message with all necessary data for an effective mailing action, including attachments etc.
|
|
EmailBuilder |
Builder starter which offers initial starting places after which control is passed on to the
EmailPopulatingBuilder for filling in details. |
EmailBuilder.EmailBuilderInstance |
Offers the same API as
MailerBuilder , but as an instance (so we can keep track of state). |
EmailPopulatingBuilder |
Fluent interface Builder for populating
Email instances. |
Recipient |
An immutable recipient object, with a name, emailaddress and recipient type (eg
Message.RecipientType.BCC ). |
Copyright © 2018. All rights reserved.