SendMailJobCollectionRemoveAt Method |
Namespace: MailBee.SmtpMail
Exception | Condition |
---|---|
MailBeeInvalidStateException | The collection is read-only. |
JobsRunning collection is read-only. Only MailBee itself can modify this collection. Other collections (JobsPending, JobsSuccessful, JobsFailed) are editable.
Except for read-only check, this method simply calls RemoveAt(Int32) and thus may also throw exceptions specific to that method.