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