| Package | Description |
|---|---|
| org.simplejavamail.outlookmessageparser | |
| org.simplejavamail.outlookmessageparser.model |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessage |
OutlookMessageParser.parseMsg(@NotNull File msgFile)
Parses a .msg file provided in the specified file.
|
OutlookMessage |
OutlookMessageParser.parseMsg(@NotNull InputStream msgFileInputStream)
Parses a .msg file provided by an input stream.
|
OutlookMessage |
OutlookMessageParser.parseMsg(@NotNull String msgFile)
Parses a .msg file provided in the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
OutlookMessage |
OutlookMsgAttachment.getOutlookMessage()
Bean getter for
OutlookMsgAttachment.outlookMessage. |
| Constructor and Description |
|---|
OutlookMsgAttachment(OutlookMessage outlookMessage) |
Copyright © 2017–2022. All rights reserved.