| Package | Description |
|---|---|
| ch.astorm.jotlmsg |
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlookMessageAttachment.MemoryInputStreamCreator
Wraps the creation of an
InputStream from a given source InputStream. |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessageAttachment.InputStreamCreator |
OutlookMessageAttachment.getInputStreamCreator()
Defines the
InputStreamCreator that handles the attachment content. |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessageAttachment |
OutlookMessage.addAttachment(String name,
String mimeType,
OutlookMessageAttachment.InputStreamCreator inputStreamCreator)
Add a new attachment to this message.
|
void |
OutlookMessageAttachment.setInputStreamCreator(OutlookMessageAttachment.InputStreamCreator is) |
| Constructor and Description |
|---|
OutlookMessageAttachment(String name,
String mimeType,
OutlookMessageAttachment.InputStreamCreator creator)
Creates a new
OutlookMessageAttachment with the specified parameters. |
Copyright © 2019. All rights reserved.