MboxViewInfo
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.viewer.results.ViewInfo
public interface MboxViewInfo extends ViewInfo
The MboxViewInfo interface provides information about the Mbox.
| Method | Description |
|---|---|
| getMessagesCount() | Retrieves the count of messages in the Mbox view. |
| setMessagesCount(int count) | Sets the count of messages in the Mbox view. |
public abstract int getMessagesCount()
Retrieves the count of messages in the Mbox view.
Returns: int - the count of messages.
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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.