| SendMailJob Properties |
The SendMailJob type exposes the following members.
| Name | Description | |
|---|---|---|
| DsnSettings |
Gets a reference to the delivery status notification settings for the mail message (or their patterns for mail merge jobs).
| |
| ErrorReason |
Gets the reason of the error which prevented the mail message from being sent or submitted to the pickup folder.
| |
| IsMessageSent |
Gets if the message was successfully sent or submitted to the pickup folder.
| |
| MergeDataReader |
Gets the data reader for the mail merge.
| |
| MergeDataReaderColumnNames |
Gets the array of all fields' names of the current row of the data reader.
| |
| MergeDataReaderRowValues |
Gets the array of all fields' values of the current row of the data reader.
| |
| MergedDsnSettings |
Gets a reference to the delivery status notification settings produced by mail merge process.
| |
| MergedMessage |
Gets a reference to the mail message produced as a result of mail merge of the template with a data row.
| |
| MergedRecipients |
Gets the list of the actual recipients produced by mail merge process.
| |
| MergedSenderEmail |
Gets the actual sender e-mail address string produced by mail merge process.
| |
| MergeRowIndex |
Gets the index of the data row used for mail merge of this message.
| |
| MergeTable |
Gets the data table for the mail merge.
| |
| Message |
Gets a reference to the mail message object to be sent or merged.
| |
| MessageFilename |
Gets the path of the e-mail file which contain the message to be sent.
| |
| PreferXSenderXReceiver |
Gets if "X-Sender" and "X-Receiver" message headers have priority over any other method of specifying sender and recipients for this message.
| |
| Recipients |
Gets the list of the actual recipients of the mail message (or its pattern for mail merge jobs).
| |
| SenderEmail |
Gets the actual sender e-mail address string (or its pattern for mail merge jobs).
| |
| Tag |
Gets the tag assigned by the developer to this job.
|