The presence of this attribute indicates that the folder has NO child mailboxes that are accessible to the user. If a folder has the NoInferiors attribute, the HasNoChildren attribute is redundant and SHOULD be omitted. (\HasNoChildren).

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

Syntax

C#
public static FolderFlag HasNoChildren
Visual Basic
Public Shared HasNoChildren As FolderFlag
Visual C++
public:
static FolderFlag^ HasNoChildren

Remarks

http://www.ietf.org/rfc/rfc3348.txt

See Also