SendMailJobCollectionIsReadOnly Property |
Gets whether the collection may not be modified.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
Booleantrue 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