Package de.mhus.lib.core.mail
Class MailAttachment
- java.lang.Object
-
- de.mhus.lib.core.mail.MailAttachment
-
public class MailAttachment extends Object
-
-
Constructor Summary
Constructors Constructor Description MailAttachment(File file, boolean deleteAfterSent)MailAttachment(File file, String name, boolean deleteAfterSent)MailAttachment(String path, boolean deleteAfterSent)MailAttachment(String path, String name, boolean deleteAfterSent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()StringgetName()booleanisDeleteAfterSent()StringtoString()
-