Uses of Class
com.google.appengine.api.mail.MailService.Attachment
Packages that use MailService.Attachment
Package
Description
Provides a service to send email messages on behalf of administrators or authenticated users,
also accessible via a JavaMail interface.
-
Uses of MailService.Attachment in com.google.appengine.api.mail
Methods in com.google.appengine.api.mail that return types with arguments of type MailService.AttachmentModifier and TypeMethodDescriptionMailService.Message.getAttachments()
Gets the attachments of this message.Methods in com.google.appengine.api.mail with parameters of type MailService.AttachmentModifier and TypeMethodDescriptionvoid
MailService.Message.setAttachments
(MailService.Attachment... attachments) Sets the attachments of this message.Method parameters in com.google.appengine.api.mail with type arguments of type MailService.AttachmentModifier and TypeMethodDescriptionvoid
MailService.Message.setAttachments
(Collection<MailService.Attachment> attachments) Sets the attachments of this message.