Gets or sets a flag if errors are raised on mail send.

Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool RaiseErrorsOnSend { get; set; }
Visual Basic
Public Property RaiseErrorsOnSend As Boolean
	Get
	Set
Visual C++
public:
virtual property bool RaiseErrorsOnSend {
	bool get () sealed;
	void set (bool value) sealed;
}
F#
abstract RaiseErrorsOnSend : bool with get, set
override RaiseErrorsOnSend : bool with get, set

Property Value

Type: Boolean

Implements

IMailSender..::..RaiseErrorsOnSend

See Also