MailBee.NET Objects 7.2

SendMailJob Members

SendMailJob overview

Public Instance Properties

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.
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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIndicesAsString Returns the string containing comma-separated list of data table row indices yet to be processed as mail merge.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SendMailJob Class | MailBee.SmtpMail Namespace | AddJob | SendMailMerge