MailBee.NET Objects 4.0

SendMailJobCollection.Clear Method 

Removes all elements from the collection.

public void Clear();

Remarks

JobsRunning collection is read-only. Only MailBee itself can modify this collection. Other collections (JobsPending, JobsSuccessful, JobsFailed) are editable.

Exceptions

Exception Type Condition
MailBeeInvalidStateException The collection is read-only.

See Also

SendMailJobCollection Class | MailBee.SmtpMail Namespace