MboxViewInfo

MboxViewInfo class

Represents view information for Mbox files storage

public class MboxViewInfo : ViewInfo

Constructors

Name Description
MboxViewInfo() Initializes new instance of MboxViewInfo class.
MboxViewInfo(FileType, List<Page>, int) Initializes new instance of MboxViewInfo class.

Properties

Name Description
FileType { get; set; } The type of the file.
MessagesCount { get; set; } Notes count in storage
Pages { get; set; } The list of pages to view.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also