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