DsnRecipientLastAttemptDateAsString Property
Gets the string representation of 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 string LastAttemptDateAsString { get; }

Property Value

Type: String
A string value with the datetime of the last attempt of sending (taken from "Last-Attempt-Date" DSN field), or a null reference (Nothing in Visual Basic) 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. This field can be an empty string.

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

See Also