MailBee.NET Objects 7.2

DsnRecipient.LastAttemptDate Property

Gets the last attempt date of sending.

public System.DateTime LastAttemptDate {get;}

Property Value

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

DsnRecipient Class | MailBee.BounceMail Namespace | LastAttemptDateAsString