public class EmailAttachment extends Object
| Constructor and Description |
|---|
EmailAttachment(String name,
byte[] content,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentType() |
String |
getName() |
void |
setContent(byte[] content) |
void |
setContentType(String contentType) |
void |
setName(String name) |
String |
toString() |
Copyright © 2017 Anteros Tecnologia. All rights reserved.