DsnRecipientLastAttemptDate Property |
Gets 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 DateTime LastAttemptDate { get; }
Public ReadOnly Property LastAttemptDate As DateTime
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