Click or drag to resize

FolderInfoHasChildren Property

Gets the value indicating if this folder has children. HasNoChildren or NoInferiors flag results in false, HasChildren in true, null otherwise.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool? HasChildren { get; }

Property Value

Type: NullableBoolean
See Also