public class MailInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
attachments
附件列表
|
private String |
content
内容
|
private String |
from
from
|
private String |
subject
标题
|
private List<String> |
to
收件人列表
|
| Constructor and Description |
|---|
MailInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment(String path) |
void |
addReceiver(String receiver) |
Copyright © 2020. All rights reserved.