@FunctionalInterface public static interface OutlookMessageAttachment.InputStreamCreator
InputStream creator.| Modifier and Type | Method and Description |
|---|---|
InputStream |
newInputStream(OutlookMessageAttachment omt)
Creates a new
InputStream for the specified OutlookMessageAttachment. |
InputStream newInputStream(OutlookMessageAttachment omt) throws IOException
InputStream for the specified OutlookMessageAttachment.omt - The attachment.InputStream.IOException - If an I/O error occurs.Copyright © 2020. All rights reserved.