Skip navigation links
A C E F G M N O P R S T V W 

A

addAttachment(String, String, InputStream) - Method in class ch.astorm.jotlmsg.OutlookMessage
Add a new attachment to this message.
addAttachment(String, String, OutlookMessageAttachment.InputStreamCreator) - Method in class ch.astorm.jotlmsg.OutlookMessage
Add a new attachment to this message.
addAttachment(OutlookMessageAttachment) - Method in class ch.astorm.jotlmsg.OutlookMessage
Add a new attachment to this message.
addRecipient(OutlookMessageRecipient.Type, String) - Method in class ch.astorm.jotlmsg.OutlookMessage
Creates and add a new OutlookMessageRecipient to this message.
addRecipient(OutlookMessageRecipient.Type, String, String) - Method in class ch.astorm.jotlmsg.OutlookMessage
Creates and add a new OutlookMessageRecipient to this message.
addRecipient(OutlookMessageRecipient) - Method in class ch.astorm.jotlmsg.OutlookMessage
Add the specified recipient to this message.

C

ch.astorm.jotlmsg - package ch.astorm.jotlmsg
 
ch.astorm.jotlmsg.io - package ch.astorm.jotlmsg.io
 

E

extractEmail(String) - Static method in class ch.astorm.jotlmsg.OutlookMessage
Extracts the mail from a mixed mail string, for instance "John Doe <john.doe@hotmail.com>".

F

FLAG_READABLE - Static variable in class ch.astorm.jotlmsg.io.PropertiesChunk
Flag to set for readable properties.
FLAG_WRITEABLE - Static variable in class ch.astorm.jotlmsg.io.PropertiesChunk
Flag to set for writable properties.

G

getAddress() - Method in class ch.astorm.jotlmsg.OutlookMessageRecipient
Returns a new Address from the email of this recipient.
getAllRecipients() - Method in class ch.astorm.jotlmsg.OutlookMessage
Returns all the recipients of this message.
getAttachmentCount() - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
getAttachments() - Method in class ch.astorm.jotlmsg.OutlookMessage
Returns the attachments of this message.
getEmail() - Method in class ch.astorm.jotlmsg.OutlookMessageRecipient
Defines the email of the recipient.
getFrom() - Method in class ch.astorm.jotlmsg.OutlookMessage
Defines the From email address from which a message has been sent.
getInputStreamCreator() - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment
Defines the InputStreamCreator that handles the attachment content.
getMimeType() - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment
Defines the MIME type of the attachment.
getName() - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment
Returns the name of the attachment, as seen by the user.
getName() - Method in class ch.astorm.jotlmsg.OutlookMessageRecipient
Defines the name of the recipient.
getNewInputStream() - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment
Returns a new InputStream to read the content of this attachment.
getNextAttachmentId() - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
getNextRecipientId() - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
getPlainTextBody() - Method in class ch.astorm.jotlmsg.OutlookMessage
Defines the plain text body of the message.
getProperty(MAPIProperty) - Method in class ch.astorm.jotlmsg.io.PropertiesChunk
 
getRecipientCount() - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
getRecipients(OutlookMessageRecipient.Type) - Method in class ch.astorm.jotlmsg.OutlookMessage
Returns all the recipients of the specified type.
getReplyTo() - Method in class ch.astorm.jotlmsg.OutlookMessage
Defines the addresses use when the user hits the 'reply' button.
getSentDate() - Method in class ch.astorm.jotlmsg.OutlookMessage
Defines the sent date of the message.
getSubject() - Method in class ch.astorm.jotlmsg.OutlookMessage
Defines the subject of the message.
getType() - Method in class ch.astorm.jotlmsg.OutlookMessageRecipient
Returns the type of recipient.

M

MemoryInputStreamCreator(InputStream) - Constructor for class ch.astorm.jotlmsg.OutlookMessageAttachment.MemoryInputStreamCreator
Creates a new MemoryInputStreamCreator with the specified source.
MessagePropertiesChunk - Class in ch.astorm.jotlmsg.io
Handles the top level layout in a .msg file.
MessagePropertiesChunk() - Constructor for class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
MIME_DATE_FORMAT - Static variable in class ch.astorm.jotlmsg.OutlookMessage
Format of a MIME date that can be used as pattern in a SimpleDateFormat.

N

newInputStream(OutlookMessageAttachment) - Method in interface ch.astorm.jotlmsg.OutlookMessageAttachment.InputStreamCreator
Creates a new InputStream for the specified OutlookMessageAttachment.
newInputStream(OutlookMessageAttachment) - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment.MemoryInputStreamCreator
Reads a new InputStream with the content of the source.

O

OutlookMessage - Class in ch.astorm.jotlmsg
Represents an Outlook message.
OutlookMessage() - Constructor for class ch.astorm.jotlmsg.OutlookMessage
Creates a new empty message.
OutlookMessage(InputStream) - Constructor for class ch.astorm.jotlmsg.OutlookMessage
Creates a new message with the data of the specified mapiMessageInputStream.
OutlookMessage(File) - Constructor for class ch.astorm.jotlmsg.OutlookMessage
Creates a new message with the data of the specified mapiMessageFile.
OutlookMessage(MAPIMessage) - Constructor for class ch.astorm.jotlmsg.OutlookMessage
Creates a new message with the data of the specified mapiMessage.
OutlookMessageAttachment - Class in ch.astorm.jotlmsg
Represents a message attachment.
OutlookMessageAttachment(String, String, OutlookMessageAttachment.InputStreamCreator) - Constructor for class ch.astorm.jotlmsg.OutlookMessageAttachment
Creates a new OutlookMessageAttachment with the specified parameters.
OutlookMessageAttachment(String, String, InputStream) - Constructor for class ch.astorm.jotlmsg.OutlookMessageAttachment
Creates a new OutlookMessageAttachment with the specified parameters.
OutlookMessageAttachment.InputStreamCreator - Interface in ch.astorm.jotlmsg
Represents an InputStream creator.
OutlookMessageAttachment.MemoryInputStreamCreator - Class in ch.astorm.jotlmsg
Wraps the creation of an InputStream from a given source InputStream.
OutlookMessageRecipient - Class in ch.astorm.jotlmsg
Represents a recipient.
OutlookMessageRecipient(OutlookMessageRecipient.Type, String) - Constructor for class ch.astorm.jotlmsg.OutlookMessageRecipient
Creates a new OutlookMessageRecipient with the given type and email and a null name.
OutlookMessageRecipient(OutlookMessageRecipient.Type, String, String) - Constructor for class ch.astorm.jotlmsg.OutlookMessageRecipient
Creates a new OutlookMessageRecipient with the specified parameters.
OutlookMessageRecipient.Type - Enum in ch.astorm.jotlmsg
Represents the type of recipient.

P

PREFIX - Static variable in class ch.astorm.jotlmsg.io.PropertiesChunk
Standard prefix of nodes.
PropertiesChunk - Class in ch.astorm.jotlmsg.io
Handles the writing of MAPIProperty instances.
PropertiesChunk() - Constructor for class ch.astorm.jotlmsg.io.PropertiesChunk
 

R

removeAllAttachments() - Method in class ch.astorm.jotlmsg.OutlookMessage
Removes all the attachments from this message.
removeAllRecipients(OutlookMessageRecipient.Type) - Method in class ch.astorm.jotlmsg.OutlookMessage
Removes all the recipients of the given type.
removeAllRecipients() - Method in class ch.astorm.jotlmsg.OutlookMessage
Removes all the recipients.
removeAttachment(OutlookMessageAttachment) - Method in class ch.astorm.jotlmsg.OutlookMessage
Removes the specified attachment from this message.
removeRecipient(OutlookMessageRecipient) - Method in class ch.astorm.jotlmsg.OutlookMessage
Removes the specified recipient from this message.

S

setAttachmentCount(long) - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
setEmail(String) - Method in class ch.astorm.jotlmsg.OutlookMessageRecipient
 
setFrom(String) - Method in class ch.astorm.jotlmsg.OutlookMessage
 
setInputStreamCreator(OutlookMessageAttachment.InputStreamCreator) - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment
 
setMimeType(String) - Method in class ch.astorm.jotlmsg.OutlookMessageAttachment
 
setName(String) - Method in class ch.astorm.jotlmsg.OutlookMessageRecipient
 
setNextAttachmentId(long) - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
setNextRecipientId(long) - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
setPlainTextBody(String) - Method in class ch.astorm.jotlmsg.OutlookMessage
 
setProperty(PropertyValue) - Method in class ch.astorm.jotlmsg.io.PropertiesChunk
Defines a property.
setRecipientCount(long) - Method in class ch.astorm.jotlmsg.io.MessagePropertiesChunk
 
setReplyTo(List<String>) - Method in class ch.astorm.jotlmsg.OutlookMessage
 
setSentDate(Date) - Method in class ch.astorm.jotlmsg.OutlookMessage
 
setSubject(String) - Method in class ch.astorm.jotlmsg.OutlookMessage
 
StoragePropertiesChunk - Class in ch.astorm.jotlmsg.io
Handles the writing of a simple storage chunk.
StoragePropertiesChunk() - Constructor for class ch.astorm.jotlmsg.io.StoragePropertiesChunk
 

T

toMimeMessage() - Method in class ch.astorm.jotlmsg.OutlookMessage
Creates a new MimeMessage from this OutlookMessage.
toMimeMessage(Properties) - Method in class ch.astorm.jotlmsg.OutlookMessage
Creates a new MimeMessage from this OutlookMessage.
toMimeMessage(Session) - Method in class ch.astorm.jotlmsg.OutlookMessage
Creates a new MimeMessage from this OutlookMessage.

V

valueOf(String) - Static method in enum ch.astorm.jotlmsg.OutlookMessageRecipient.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.astorm.jotlmsg.OutlookMessageRecipient.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(DirectoryEntry) - Method in class ch.astorm.jotlmsg.io.PropertiesChunk
Writes this chunk in the specified DirectoryEntry.
writeTo(File) - Method in class ch.astorm.jotlmsg.OutlookMessage
Writes the content of this message to the specified file.
writeTo(OutputStream) - Method in class ch.astorm.jotlmsg.OutlookMessage
Writes the content of this message to the specified outputStream.
A C E F G M N O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.