Uses of Class
com.google.appengine.api.mail.MailService.Attachment
-
Packages that use MailService.Attachment Package Description com.google.appengine.api.mail 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.Attachment Modifier and Type Method Description Collection<MailService.Attachment>
MailService.Message. getAttachments()
Gets the attachments of this message.Methods in com.google.appengine.api.mail with parameters of type MailService.Attachment Modifier and Type Method Description void
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.Attachment Modifier and Type Method Description void
MailService.Message. setAttachments(Collection<MailService.Attachment> attachments)
Sets the attachments of this message.
-