Uses of Interface
ch.astorm.jotlmsg.OutlookMessageAttachment.InputStreamCreator
Packages that use OutlookMessageAttachment.InputStreamCreator
-
Uses of OutlookMessageAttachment.InputStreamCreator in ch.astorm.jotlmsg
Classes in ch.astorm.jotlmsg that implement OutlookMessageAttachment.InputStreamCreatorModifier and TypeClassDescriptionstatic classWraps the creation of anInputStreamfrom a given sourceInputStream.Methods in ch.astorm.jotlmsg that return OutlookMessageAttachment.InputStreamCreatorModifier and TypeMethodDescriptionOutlookMessageAttachment.getInputStreamCreator()Defines theInputStreamCreatorthat handles the attachment content.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageAttachment.InputStreamCreatorModifier and TypeMethodDescriptionOutlookMessage.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.InputStreamCreatorModifierConstructorDescriptionOutlookMessageAttachment(String name, String mimeType, OutlookMessageAttachment.InputStreamCreator creator) Creates a newOutlookMessageAttachmentwith the specified parameters.