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