com.aspose.email
Class MboxrdStorageWriter
java.lang.Object
com.aspose.email.MboxStorageWriter
com.aspose.email.MboxrdStorageWriter
- All Implemented Interfaces:
- com.aspose.ms.System.IDisposable
public final class MboxrdStorageWriter
- extends MboxStorageWriter
Represents mboxrd format storage writer, this format is being used by Thunderbird and other mail clients.
MboxrdStorageWriter
public MboxrdStorageWriter(OutputStream stream,
boolean leaveOpen)
writeMessage
public void writeMessage(MailMessage message)
Writes the message to underlying storage stream.
- Specified by:
writeMessage
in class MboxStorageWriter
- Parameters:
message
- The message to write to.
Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.