| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailCc |
SendSmtpEmailCc.email(String email) |
SendSmtpEmailCc |
SendSmtpEmailCc.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<SendSmtpEmailCc> |
SendSmtpEmailMessageVersions.getCc()
List of email addresses and names (optional) of the recipients in cc
|
List<SendSmtpEmailCc> |
SendSmtpEmail.getCc()
List of email addresses and names (optional) of the recipients in cc
|
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailMessageVersions |
SendSmtpEmailMessageVersions.addCcItem(SendSmtpEmailCc ccItem) |
SendSmtpEmail |
SendSmtpEmail.addCcItem(SendSmtpEmailCc ccItem) |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmailMessageVersions |
SendSmtpEmailMessageVersions.cc(List<SendSmtpEmailCc> cc) |
SendSmtpEmail |
SendSmtpEmail.cc(List<SendSmtpEmailCc> cc) |
void |
SendSmtpEmailMessageVersions.setCc(List<SendSmtpEmailCc> cc) |
void |
SendSmtpEmail.setCc(List<SendSmtpEmailCc> cc) |
Copyright © 2021. All rights reserved.