Uses of Class
com.mailosaur.models.Attachment
Packages that use Attachment
Package
Description
This package contains the models classes for MailosaurClient.
-
Uses of Attachment in com.mailosaur.models
Methods in com.mailosaur.models that return AttachmentModifier and TypeMethodDescriptionAttachment.withContent(String content) Sets the base64-encoded content of the attachment.Attachment.withContentId(String contentId) Sets the content identifier (for attachments that are embedded within the body of the message).Attachment.withContentType(String contentType) Sets the MIME type of the attachment.Attachment.withFileName(String fileName) Sets the filename of the attachment.Methods in com.mailosaur.models that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMessage.attachments()Gets an array of attachment metadata for any attached files.Method parameters in com.mailosaur.models with type arguments of type AttachmentModifier and TypeMethodDescriptionMessageCreateOptions.withAttachments(List<Attachment> attachments) Sets any message attachments.MessageReplyOptions.withAttachments(List<Attachment> attachments) Sets any message attachments.