FolderInfoHasSubFolders Property

Gets a value indicating whether the Folder object has any subfolders.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool HasSubFolders { get; }

Property Value

Type: Boolean
The has sub folders.
See Also