com.aspose.email
Class MboxrdStorageReader

java.lang.Object
  extended by com.aspose.email.MboxStorageReader
      extended by com.aspose.email.MboxrdStorageReader
All Implemented Interfaces:
com.aspose.ms.System.IDisposable

public final class MboxrdStorageReader
extends MboxStorageReader

Represents mboxrd format storage reader, this format is being used by Thunderbird, Eudora OSE and other mail clients.


Constructor Summary
MboxrdStorageReader(InputStream stream, boolean leaveOpen)
           
 
Method Summary
 MailMessage readNextMessage()
           Reads the next message from underlying storage stream.
 
Methods inherited from class com.aspose.email.MboxStorageReader
dispose, getBaseStream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MboxrdStorageReader

public MboxrdStorageReader(InputStream stream,
                           boolean leaveOpen)
Method Detail

readNextMessage

public MailMessage readNextMessage()

Reads the next message from underlying storage stream.

Specified by:
readNextMessage in class MboxStorageReader
Returns:
A MailMessage object if it can be read or null if no more messages are available.


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.