MailBee.NET Objects 7.1

DsnAttachment.ArrivalDateAsString Property

Gets the message arrival date as string.

public string ArrivalDateAsString {get;}

Property Value

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

DsnAttachment Class | MailBee.BounceMail Namespace | ArrivalDate