|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.MapiMessageReader
public final class MapiMessageReader
Represents a reader that can read a Microsoft Outlook Message format document.
| Constructor Summary | |
|---|---|
MapiMessageReader(InputStream stream)
|
|
MapiMessageReader(String path)
Initializes a new instance of the MapiMessageReader class for the specified file name. |
|
| Method Summary | |
|---|---|
void |
dispose()
Releases the unmanaged resources used by the MapiMessageReader. |
MapiAttachmentCollection |
readAttachments()
Extracts the attachment from the Outlook Message files. |
MapiMessage |
readMessage()
Parse the current stream and returns the data as a MapiMessage. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapiMessageReader(String path)
Initializes a new instance of the MapiMessageReader class for the specified file name.
path - The complete file path to be read.public MapiMessageReader(InputStream stream)
| Method Detail |
|---|
public MapiMessage readMessage()
Parse the current stream and returns the data as a MapiMessage.
public MapiAttachmentCollection readAttachments()
Extracts the attachment from the Outlook Message files.
public void dispose()
Releases the unmanaged resources used by the MapiMessageReader.
dispose in interface com.aspose.ms.System.IDisposable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||