SendMailJobCollectionAdd Method
Adds a send-mail job into the collection.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Add(
	SendMailJob job
)

Parameters

job
Type: MailBee.SmtpMailSendMailJob
A job of sending a single e-mail or processing one or more data table rows as mail merge.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionjob is a null reference (Nothing in Visual Basic).
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