Gets or sets the last retry time.

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

Syntax

C#
public Nullable<DateTime> LastRetryTime { get; set; }
Visual Basic
Public Property LastRetryTime As Nullable(Of DateTime)
	Get
	Set
Visual C++
public:
property Nullable<DateTime> LastRetryTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
F#
member LastRetryTime : Nullable<DateTime> with get, set

Property Value

Type: Nullable<(Of <(<'DateTime>)>)>

See Also