Specifies if this folder has children you can select this folder. (Searches for "\Noselect" flag)

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<bool> HasChildren { get; }
Visual Basic
Public ReadOnly Property HasChildren As Nullable(Of Boolean)
	Get
Visual C++
public:
property Nullable<bool> HasChildren {
	Nullable<bool> get ();
}

See Also