ImapFolder.CanContainInferiors Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
CanContainInferiors
Gets a value indicating whether any subfolders can exist under this folder. This value is only set for folders returned by a call to GetFolderList() methods.
Declaration
public bool CanContainInferiors { get; }
Property Value
Type | Description |
---|---|
Boolean | Value indicating whether any child folders can exist under this folder. |