Removes the job with the specified index from the collection.
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 and thus may also throw exceptions specific to that method.
| Exception Type | Condition |
|---|---|
| MailBeeInvalidStateException | The collection is read-only. |
SendMailJobCollection Class | MailBee.SmtpMail Namespace