public static interface EmailTemplate.Attachment
Modifier and Type | Method and Description |
---|---|
String |
getLeafNameInclExtension()
For example "invoice.pdf"
|
String |
getMimeType()
For example "application/pdf"
|
InputStream |
newInputStream()
To provide the bytes of the file
|
String getLeafNameInclExtension()
String getMimeType()
InputStream newInputStream()