PstFolderGetPstSubFolders Method (Boolean) |
Gets the list of sub-folders of the given folder.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public PstFolderCollection GetPstSubFolders(
bool includeSubFolders
)
Public Function GetPstSubFolders (
includeSubFolders As Boolean
) As PstFolderCollection
Parameters
- includeSubFolders
- Type: SystemBoolean
If true, subfolders from ALL levels will be
included in the resulting list; otherwise, only direct child folders of the current level.
Return Value
Type:
PstFolderCollection
A
PstFolderCollection object containing the sub-folders.
Remarks
The delimiter which is used to separate levels of folder names is: "\".
See Also