OutlookViewInfo

OutlookViewInfo class

Represents view information for Outlook Data file.

public class OutlookViewInfo : ViewInfo

Constructors

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

Properties

Name Description
FileType { get; set; } The type of the file.
Folders { get; set; } The list of folders contained by the Outlook Data file.
Pages { get; set; } The list of pages to view.

Methods

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

See Also