PstReaderGetPstRootFolders Method (Boolean, String) |
Gets the list of root folders which are present in the .PST file or stream
with specified delimiter which is used as a hierarchy delimiter of separate
levels of folder names.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public PstFolderCollection GetPstRootFolders(
bool includeSubFolders,
string delimiter
)
Public Function GetPstRootFolders (
includeSubFolders As Boolean,
delimiter As String
) As PstFolderCollection
Parameters
- includeSubFolders
- Type: SystemBoolean
If true, all subfolders will be included in
the resulting list; otherwise, only the top level folders without their own sub-folders. - delimiter
- Type: SystemString
The string used to separate levels of hierarchy of folder names.
Return Value
Type:
PstFolderCollectionA
PstFolderCollection object representing the folder collection.
Exceptions See Also