ImapMessageInfoCollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the collection.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
public:
property Object^ SyncRoot {
Object^ get ();
}
member SyncRoot : Object with get
Property Value
Type:
Object
See Also