OutlookViewInfo

OutlookViewInfo()

Initializes new instance of OutlookViewInfo class.

public OutlookViewInfo()

See Also


OutlookViewInfo(FileType, List<Page>, List<string>)

Initializes new instance of OutlookViewInfo class.

public OutlookViewInfo(FileType fileType, List<Page> pages, List<string> folders)
Parameter Type Description
fileType FileType The type of the file.
pages List`1 The list of pages to view.
folders List`1 The list of folders contained by the Outlook Data file.

Exceptions

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

See Also