ImapFolder.HasChildren Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
HasChildren
Returns the value indicating whether the folder contains any subfolders. This is an optional feature that is only supported by some servers.
Declaration
public bool HasChildren { get; }
Property Value
Type | Description |
---|---|
Boolean | Value of indicates that the folder contains subfolders.
|