Uses of Class
com.mailosaur.models.MessageCreateOptions
Packages that use MessageCreateOptions
Package
Description
This package contains the classes for MailosaurClient.
This package contains the models classes for MailosaurClient.
-
Uses of MessageCreateOptions in com.mailosaur
Methods in com.mailosaur with parameters of type MessageCreateOptionsModifier and TypeMethodDescriptionMessages.create(String server, MessageCreateOptions messageCreateOptions) Create a message. -
Uses of MessageCreateOptions in com.mailosaur.models
Methods in com.mailosaur.models that return MessageCreateOptionsModifier and TypeMethodDescriptionMessageCreateOptions.withAttachments(List<Attachment> attachments) Sets any message attachments.Partially overrides of the message's 'from' address.Sets any HTML content to include when forwarding the message.Sets whether the email should be sent upon creation.MessageCreateOptions.withSubject(String subject) Sets the email subject line.Sets any plain text to include when forwarding the message.Sets the email address to which the email will be sent.