SendMailJobCollectionIsSynchronized Property
Gets a value indicating whether access to the collection is synchronized (thread-safe).

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean
true if access to the collection is synchronized (thread-safe); otherwise, false. The default is false.

Implements

ICollectionIsSynchronized
See Also