Uses of Interface
ch.astorm.jotlmsg.OutlookMessageAttachment.InputStreamCreator
-
Packages that use OutlookMessageAttachment.InputStreamCreator Package Description ch.astorm.jotlmsg -
-
Uses of OutlookMessageAttachment.InputStreamCreator in ch.astorm.jotlmsg
Classes in ch.astorm.jotlmsg that implement OutlookMessageAttachment.InputStreamCreator Modifier and Type Class Description static classOutlookMessageAttachment.MemoryInputStreamCreatorWraps the creation of anInputStreamfrom a given sourceInputStream.Methods in ch.astorm.jotlmsg that return OutlookMessageAttachment.InputStreamCreator Modifier and Type Method Description OutlookMessageAttachment.InputStreamCreatorOutlookMessageAttachment. getInputStreamCreator()Defines theInputStreamCreatorthat handles the attachment content.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageAttachment.InputStreamCreator Modifier and Type Method Description OutlookMessageAttachmentOutlookMessage. addAttachment(String name, String mimeType, OutlookMessageAttachment.InputStreamCreator inputStreamCreator)Add a new attachment to this message.voidOutlookMessageAttachment. setInputStreamCreator(OutlookMessageAttachment.InputStreamCreator is)Constructors in ch.astorm.jotlmsg with parameters of type OutlookMessageAttachment.InputStreamCreator Constructor Description OutlookMessageAttachment(String name, String mimeType, OutlookMessageAttachment.InputStreamCreator creator)Creates a newOutlookMessageAttachmentwith the specified parameters.
-