ImapMessageCollection.ICollection<ImapMessageInfo>.IsReadOnly Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
ICollection<ImapMessageInfo>.IsReadOnly
Gets a value indicating whether the collection is read-only.
Declaration
bool ICollection<ImapMessageInfo>.IsReadOnly { get; }
Returns
Type | Description |
---|---|
Boolean | True if read-only, false if read-write. |