DsnRecipientLastAttemptDate Property
Gets the last attempt date of sending.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DateTime LastAttemptDate { get; }

Property Value

Type: DateTime
A DateTime value with the datetime of the last attempt of sending (taken from "Last-Attempt-Date" DSN field), or MinValue if no such field contained in the DSN.
Remarks

This field gives the date and time of the last attempt to relay, gateway, or deliver the message (whether successful or unsuccessful) by the Reporting MTA.

In this example, DSN field is:
Last-Attempt-Date: Wed, 8 Feb 2010 21:01:10 +0000
The return value will be defined from the text marked bold.

See Also