Click or drag to resize
MimeKit

IMailFolderSyncRoot Property

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

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

Property Value

Object
The sync root.
Remarks
Gets an object that can be used to synchronize access to the folder.
See Also