Pop |
public override Object SyncRoot { get; }
Gets an object that can be used to synchronize access to the POP3 server.
When using the non-Async methods from multiple threads, it is important to lock the SyncRoot object for thread safety when using the synchronous methods.