| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailBcc |
SendSmtpEmailBcc.email(String email) |
SendSmtpEmailBcc |
SendSmtpEmailBcc.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<SendSmtpEmailBcc> |
SendSmtpEmailMessageVersions.getBcc()
List of email addresses and names (optional) of the recipients in bcc
|
List<SendSmtpEmailBcc> |
SendSmtpEmail.getBcc()
List of email addresses and names (optional) of the recipients in bcc
|
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailMessageVersions |
SendSmtpEmailMessageVersions.addBccItem(SendSmtpEmailBcc bccItem) |
SendSmtpEmail |
SendSmtpEmail.addBccItem(SendSmtpEmailBcc bccItem) |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailMessageVersions |
SendSmtpEmailMessageVersions.bcc(List<SendSmtpEmailBcc> bcc) |
SendSmtpEmail |
SendSmtpEmail.bcc(List<SendSmtpEmailBcc> bcc) |
void |
SendSmtpEmailMessageVersions.setBcc(List<SendSmtpEmailBcc> bcc) |
void |
SendSmtpEmail.setBcc(List<SendSmtpEmailBcc> bcc) |
Copyright © 2021. All rights reserved.