MboxViewInfo

MboxViewInfo()

Initializes new instance of MboxViewInfo class.

public MboxViewInfo()

See Also


MboxViewInfo(FileType, List<Page>, int)

Initializes new instance of MboxViewInfo class.

public MboxViewInfo(FileType fileType, List<Page> pages, int notesCount)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
notesCount Int32 The notes count contained by the Lotus database storage file.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.
ArgumentNullException Thrown when pages is null.
ArgumentNullException Thrown when notesCount is null.

See Also