Click or drag to resize
MimeKit

MailServiceSyncRoot Property

Get an object that can be used to synchronize access to the service.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public abstract Object SyncRoot { get; }

Property Value

Object
The sync root.

Implements

IMailServiceSyncRoot
Remarks

Gets an object that can be used to synchronize access to the service.

See Also