SendMailJobCollectionRemove Method
Removes the specified SendMailJob from the collection.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Remove(
	SendMailJob job
)

Parameters

job
Type: MailBee.SmtpMailSendMailJob
The job (which assumes sending a single e-mail or processing one or more data table rows as mail merge) to be removed from the collection.
Exceptions
ExceptionCondition
MailBeeInvalidStateExceptionThe collection is read-only.
Remarks
JobsRunning collection is read-only. Only MailBee itself can modify this collection. Other collections (JobsPending, JobsSuccessful, JobsFailed) are editable.
See Also