DsnAttachmentArrivalDate Property
Gets the message arrival date.

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

Property Value

Type: DateTime
A DateTime value of the message arrival moment from "Arrival-Date" DSN field, or MinValue if no such field contained in the DSN.
Remarks

This field indicates the date and time at which the message arrived at the Reporting MTA.

In this example, DSN field is:
Arrival-Date: Wed, 8 Feb 2010 20:01:10 +0000
The return value will be defined from the text marked bold.

See Also