Gets or sets the number of send retires left.

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

Syntax

C#
public int RetriesLeft { get; set; }
Visual Basic
Public Property RetriesLeft As Integer
	Get
	Set
Visual C++
public:
property int RetriesLeft {
	int get ();
	void set (int value);
}
F#
member RetriesLeft : int with get, set

Property Value

Type: Int32

See Also