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

Syntax

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

Property Value

Type: Boolean

See Also