DsnAttachmentArrivalDateAsString Property
Gets the message arrival date as string.

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

Property Value

Type: String
A string value of the message arrival moment from "Arrival-Date" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.
Remarks

This field contains string with 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 is marked bold.

See Also