DsnAttachmentReceivedFromMtaName Property |
Gets the name of the MTA from which the message was received.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ReceivedFromMtaName { get; }
Public ReadOnly Property ReceivedFromMtaName As String
Get
Property Value
Type:
String
A string representaion of the message transfer agent name from "Received-From-MTA" DSN field,
or a null reference (
Nothing in Visual Basic) if no such field contained in the DSN.
Remarks The Received-From MTA is the MTA from which the Reporting MTA received the
message, and accepted responsibility for delivery of the message.
In this example, DSN field is:
Received-From-MTA: dns; host.home.local
The return value is marked bold.
See Also