| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
DownloadAttachmentDto |
EmailControllerApi.downloadAttachmentBase64(String attachmentId,
UUID emailId)
Get email attachment as base64 encoded string (alternative to binary responses)
Returns the specified attachment for a given email as a base 64 encoded string.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DownloadAttachmentDto> |
EmailControllerApi.downloadAttachmentBase64WithHttpInfo(String attachmentId,
UUID emailId)
Get email attachment as base64 encoded string (alternative to binary responses)
Returns the specified attachment for a given email as a base 64 encoded string.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EmailControllerApi.downloadAttachmentBase64Async(String attachmentId,
UUID emailId,
ApiCallback<DownloadAttachmentDto> _callback)
Get email attachment as base64 encoded string (alternative to binary responses) (asynchronously)
Returns the specified attachment for a given email as a base 64 encoded string.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadAttachmentDto |
DownloadAttachmentDto.base64FileContents(String base64FileContents) |
DownloadAttachmentDto |
DownloadAttachmentDto.contentType(String contentType) |
DownloadAttachmentDto |
DownloadAttachmentDto.sizeBytes(Long sizeBytes) |
Copyright © 2021. All rights reserved.