MboxViewInfo

All Implemented Interfaces: com.groupdocs.viewer.results.ViewInfo

public interface MboxViewInfo extends ViewInfo

The MboxViewInfo interface provides information about the Mbox.

Methods

Method Description
getMessagesCount() Retrieves the count of messages in the Mbox view.
setMessagesCount(int count) Sets the count of messages in the Mbox view.

getMessagesCount()

public abstract int getMessagesCount()

Retrieves the count of messages in the Mbox view.

Returns: int - the count of messages.

setMessagesCount(int count)

public abstract void setMessagesCount(int count)

Sets the count of messages in the Mbox view.

Parameters:

Parameter Type Description
count int the count of messages.