Public Function ProcessFolders(dbSrc As NotesDatabase, FoldersList As Variant, IncludeResponses As B
Defined in
SwPDFCreator
Syntax
Set swPDFDocument = swPDFCreator.ProcessFolders(db, FoldersList, IncludeResponses)
Parameters
dbSrc
NotesDatabase. Database were defined folders are stored in.
FoldersList
Variant. List of folders that will be exported. If empty, all available folders will be exported.
IncludeResponses
Boolean. True if response documents should be converted as well.
Return value
SwPDFDocument
PDF with bookmarks tree representing Notes view.
PreviousPublic Function ProcessDocument(doc As NotesDocument) As SwPDFDocumentNextPublic Function ProcessRTItem(rtItemSource As NotesRichTextItem) As SwPDFDocument
Last updated