Uses of Class
ch.astorm.jotlmsg.OutlookMessageAttachment
Packages that use OutlookMessageAttachment
-
Uses of OutlookMessageAttachment in ch.astorm.jotlmsg
Methods in ch.astorm.jotlmsg that return OutlookMessageAttachmentModifier and TypeMethodDescriptionOutlookMessage.addAttachment(String name, String mimeType, OutlookMessageAttachment.InputStreamCreator inputStreamCreator) Add a new attachment to this message.OutlookMessage.addAttachment(String name, String mimeType, InputStream input) Add a new attachment to this message.Methods in ch.astorm.jotlmsg that return types with arguments of type OutlookMessageAttachmentModifier and TypeMethodDescriptionOutlookMessage.getAttachments()Returns the attachments of this message.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageAttachmentModifier and TypeMethodDescriptionvoidOutlookMessage.addAttachment(OutlookMessageAttachment attachment) Add a new attachment to this message.OutlookMessageAttachment.InputStreamCreator.newInputStream(OutlookMessageAttachment omt) Creates a newInputStreamfor the specifiedOutlookMessageAttachment.OutlookMessageAttachment.MemoryInputStreamCreator.newInputStream(OutlookMessageAttachment omt) Reads a newInputStreamwith the content of the source.voidOutlookMessage.removeAttachment(OutlookMessageAttachment attachment) Removes the specified attachment from this message.