Table of Contents

Enum SendResult

Namespace
The.Mail
Assembly
Instagile.dll
public enum SendResult

Fields

MailerFailed = 3

The email was rejected by the IMailer implementation.

MailerSucceeded = 2

The email was acknowledged by the IMailer implementation.

NoConfig = 0

SenderAddress and TestRecipientAddress must be set, as well as any connection strings the mailer requires.

NoMailer = 1

An IMailer implementation must be supplied with RegisterMailer(IMailer).