| Package | Description |
|---|---|
| ch.astorm.jotlmsg |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessageAttachment |
OutlookMessage.addAttachment(String name,
String mimeType,
InputStream input)
Add a new attachment to this message.
|
OutlookMessageAttachment |
OutlookMessage.addAttachment(String name,
String mimeType,
OutlookMessageAttachment.InputStreamCreator inputStreamCreator)
Add a new attachment to this message.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutlookMessageAttachment> |
OutlookMessage.getAttachments()
Returns the attachments of this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutlookMessage.addAttachment(OutlookMessageAttachment attachment)
Add a new attachment to this message.
|
InputStream |
OutlookMessageAttachment.InputStreamCreator.newInputStream(OutlookMessageAttachment omt)
Creates a new
InputStream for the specified OutlookMessageAttachment. |
InputStream |
OutlookMessageAttachment.MemoryInputStreamCreator.newInputStream(OutlookMessageAttachment omt)
Reads a new
InputStream with the content of the source. |
void |
OutlookMessage.removeAttachment(OutlookMessageAttachment attachment)
Removes the specified attachment from this message.
|
Copyright © 2019. All rights reserved.