Uses of Class
ch.astorm.jotlmsg.OutlookMessageAttachment
-
Packages that use OutlookMessageAttachment Package Description ch.astorm.jotlmsg -
-
Uses of OutlookMessageAttachment in ch.astorm.jotlmsg
Methods in ch.astorm.jotlmsg that return OutlookMessageAttachment Modifier and Type Method Description OutlookMessageAttachmentOutlookMessage. addAttachment(String name, String mimeType, OutlookMessageAttachment.InputStreamCreator inputStreamCreator)Add a new attachment to this message.OutlookMessageAttachmentOutlookMessage. 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 OutlookMessageAttachment Modifier and Type Method Description List<OutlookMessageAttachment>OutlookMessage. getAttachments()Returns the attachments of this message.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageAttachment Modifier and Type Method Description voidOutlookMessage. addAttachment(OutlookMessageAttachment attachment)Add a new attachment to this message.InputStreamOutlookMessageAttachment.InputStreamCreator. newInputStream(OutlookMessageAttachment omt)Creates a newInputStreamfor the specifiedOutlookMessageAttachment.InputStreamOutlookMessageAttachment.MemoryInputStreamCreator. newInputStream(OutlookMessageAttachment omt)Reads a newInputStreamwith the content of the source.voidOutlookMessage. removeAttachment(OutlookMessageAttachment attachment)Removes the specified attachment from this message.
-