MboxViewInfo

MboxViewInfo()

の新しいインスタンスを初期化しますMboxViewInfoclass.

public MboxViewInfo()

関連項目


MboxViewInfo(FileType, List<Page>, int)

の新しいインスタンスを初期化しますMboxViewInfoclass.

public MboxViewInfo(FileType fileType, List<Page> pages, int notesCount)
パラメータ タイプ 説明
fileType FileType ファイルのタイプ。
pages List`1 表示するページのリスト。
notesCount Int32 Lotus データベース ストレージ ファイルに含まれるメモ数。

例外

例外 調子
ArgumentNullException スローされるタイミングfileType無効である。
ArgumentNullException スローされるタイミングpages無効である。
ArgumentNullException スローされるタイミングnotesCount無効である。

関連項目