Pop3MessageCollection.ICollection<Pop3MessageInfo>.IsReadOnly Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
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. |