| Modifier and Type | Method and Description |
|---|---|
Map<String,AttachmentWrapper> |
Message.getAttachmentWrapperObjects()
Returns all attachments of the message
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addAttachmentHeader(String headerName,
String headerValue,
AttachmentWrapper attachment)
Add this value to the existing values for this headerName of the
attachment.
|
void |
Message.addAttachmentObject(String id,
AttachmentWrapper content)
Adds an attachment to the message using the id
|
String |
Message.getAttachmentHeader(String headerName,
AttachmentWrapper attachment)
Get all the values for this header name for the attachment.
|
void |
Message.removeAttachmentHeader(String headerName,
AttachmentWrapper attachment)
Remove all headers with this name.
|
void |
Message.setAttachmentHeader(String headerName,
String headerValue,
AttachmentWrapper attachment)
Set the value for this headerName to the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setAttachmentWrapperObjects(Map<String,AttachmentWrapper> attachmentObjects)
Set all the attachments associated with this message
|
Copyright © 2022. All rights reserved.