DsnAttachmentArrivalDateAsString Property |
Gets the message arrival date as string.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ArrivalDateAsString { get; }
Public ReadOnly Property ArrivalDateAsString As String
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