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
Syntaxpublic bool HasSubFolders { get; }
Public ReadOnly Property HasSubFolders As Boolean
Get
public:
property bool HasSubFolders {
bool get ();
}
member HasSubFolders : bool with get
Property Value
Type:
Boolean
The has sub folders.
See Also