| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
SendEmailAttachment |
SendEmailAttachment.content(byte[] content) |
SendEmailAttachment |
SendEmailAttachment.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<SendEmailAttachment> |
SendEmail.getAttachment()
Pass the list of content (base64 encoded) and name of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
SendEmail |
SendEmail.addAttachmentItem(SendEmailAttachment attachmentItem) |
| Modifier and Type | Method and Description |
|---|---|
SendEmail |
SendEmail.attachment(List<SendEmailAttachment> attachment) |
void |
SendEmail.setAttachment(List<SendEmailAttachment> attachment) |
Copyright © 2021. All rights reserved.