DsnRecipientLastAttemptDateAsString Property |
Gets the string representation of the last attempt date of sending.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string LastAttemptDateAsString { get; }
Public ReadOnly Property LastAttemptDateAsString As String
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