Enum SendResult
public enum SendResult
Fields
MailerFailed = 3The email was rejected by the IMailer implementation.
MailerSucceeded = 2The email was acknowledged by the IMailer implementation.
NoConfig = 0SenderAddress and TestRecipientAddress must be set, as well as any connection strings the mailer requires.
NoMailer = 1An IMailer implementation must be supplied with RegisterMailer(IMailer).