OutlookViewInfo Constructor |
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic OutlookViewInfo(
FileType fileType,
IList<Page> pages,
IList<string> folders
)
Public Sub New (
fileType As FileType,
pages As IList(Of Page),
folders As IList(Of String)
)
public:
OutlookViewInfo(
FileType^ fileType,
IList<Page^>^ pages,
IList<String^>^ folders
)
new :
fileType : FileType *
pages : IList<Page> *
folders : IList<string> -> OutlookViewInfo
Parameters
- fileType
- Type: GroupDocs.ViewerFileType
The type of the file. - pages
- Type: System.Collections.GenericIListPage
The list of pages to view. - folders
- Type: System.Collections.GenericIListString
The list of folders contained by the Outlook Data file.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when fileType is null. |
ArgumentNullException | Thrown when pages is null. |
ArgumentNullException | Thrown when folders is null. |
See Also