|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
com.auxilii.msgparser | |
com.auxilii.msgparser.attachment |
Uses of Message in com.auxilii.msgparser |
---|
Methods in com.auxilii.msgparser that return Message | |
---|---|
Message |
MsgParser.parseMsg(File msgFile)
Parses a .msg file provided in the specified file. |
Message |
MsgParser.parseMsg(InputStream msgFileStream)
Parses a .msg file provided by an input stream. |
Message |
MsgParser.parseMsg(String msgFile)
Parses a .msg file provided in the specified file. |
Methods in com.auxilii.msgparser with parameters of type Message | |
---|---|
protected void |
MsgParser.checkDirectoryEntry(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
Message msg)
Recursively parses the complete .msg file with the help of the POI library. |
protected void |
MsgParser.parseAttachment(org.apache.poi.poifs.filesystem.DirectoryEntry dir,
Message msg)
Creates an Attachment object based on
the given directory entry. |
Uses of Message in com.auxilii.msgparser.attachment |
---|
Methods in com.auxilii.msgparser.attachment that return Message | |
---|---|
Message |
MsgAttachment.getMessage()
|
Methods in com.auxilii.msgparser.attachment with parameters of type Message | |
---|---|
void |
MsgAttachment.setMessage(Message message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |