| Package | Description |
|---|---|
| com.sendgrid.helpers.mail |
| Modifier and Type | Field and Description |
|---|---|
List<Content> |
Mail.content
The email's content.
|
| Modifier and Type | Method and Description |
|---|---|
List<Content> |
Mail.getContent()
Get the email's content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mail.addContent(Content content)
Add content to this email.
|
| Constructor and Description |
|---|
Mail(Email from,
String subject,
Email to,
Content content)
Construct a new Mail object.
|
Copyright © 2021. All rights reserved.