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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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