OutlookViewInfo Class
Represents view information for Outlook Data file.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsViewInfo
    GroupDocs.Viewer.ResultsOutlookViewInfo

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public class OutlookViewInfo : ViewInfo

The OutlookViewInfo type exposes the following members.

Constructors
  NameDescription
Public methodOutlookViewInfo
Initializes new instance of OutlookViewInfo class.
Properties
  NameDescription
Public propertyFileType
The type of the file.
(Inherited from ViewInfo.)
Public propertyFolders
The list of folders contained by the Outlook Data file.
Public propertyPages
The list of pages to view.
(Inherited from ViewInfo.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ViewInfo.)
See Also