| FolderStatusReadOnly Property |
Gets a boolean value indicating if the folder (mailbox) is read only.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool ReadOnly { get; }
Public ReadOnly Property ReadOnly As Boolean
Get
public:
property bool ReadOnly {
bool get ();
}
member ReadOnly : bool with get
Property Value
Type:
BooleanSee Also