|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MboxStorageWriter
com.aspose.network.MboxrdStorageWriter
public final class MboxrdStorageWriter
Represents mboxrd format storage writer, this format is being used by Thunderbird and other mail clients.
Constructor Summary | |
---|---|
MboxrdStorageWriter(OutputStream stream,
boolean leaveOpen)
Initializes a new instance of the MboxrdStorageWriter class. |
Method Summary | |
---|---|
void |
writeMessage(MailMessage message)
Writes the message to underlying storage stream. |
Methods inherited from class com.aspose.network.MboxStorageWriter |
---|
dispose, getBaseStream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MboxrdStorageWriter(OutputStream stream, boolean leaveOpen)
Initializes a new instance of the MboxrdStorageWriter
class.
stream
- The stream.leaveOpen
- if set to true
leaves the underlying stream open after disposing.
ArgumentNullException
- If given stream is null.Method Detail |
---|
public void writeMessage(MailMessage message)
Writes the message to underlying storage stream.
writeMessage
in class MboxStorageWriter
message
- The message to write to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |