Pop3MessageCollection.SyncRoot Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9448)
SyncRoot
Gets an object that can be used to synchronize access to the Pop3MessageCollection.
Declaration
public object SyncRoot { get; }
Property Value
| Type | Description |
|---|---|
| Object | An object that can be used to synchronize access to the Pop3MessageCollection. |