SendMailJobCollectionIsReadOnly Property
Gets whether the collection may not be modified.

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

Property Value

Type: Boolean
true if the collection may not be modified and any attempt to call a method which modifies the collection will raise MailBeeInvalidStateException exception; otherwise, false.
Remarks
JobsRunning is a collection which may not be modified by the application. MailBee maintains this collection itself, the application is only allowed to monitor it (for instance, to keep track of the jobs currently being processed).
See Also