DsnRecipientWillRetryUntil Property
Gets the date of "will retry until date".

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

Property Value

Type: DateTime
A DateTime taken from "Will-Retry-Until" DSN field, or MinValue if no such field contained in the DSN.
Remarks

For DSNs of type "delayed", the WillRetryUntil field gives the date after which the Reporting MTA expects to abandon all attempts to deliver the message to that recipient. The WillRetryUntil field is optional for "delay" DSNs, and MUST NOT appear in other DSNs.

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