OutlookViewInfo

OutlookViewInfo()

Initierar ny instans avOutlookViewInfo class.

public OutlookViewInfo()

Se även


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

Initierar ny instans avOutlookViewInfo class.

public OutlookViewInfo(FileType fileType, List<Page> pages, List<string> folders)
Parameter Typ Beskrivning
fileType FileType Typen av fil.
pages List`1 Listan över sidor att visa.
folders List`1 Listan över mappar som finns i Outlook-datafilen.

Undantag

undantag skick
ArgumentNullException Kastas närfileType är inget.
ArgumentNullException Kastas närpages är inget.
ArgumentNullException Kastas närfolders är inget.

Se även