DsnAttachmentReceivedFromMtaName Property
Gets the name of the MTA from which the message was received.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string ReceivedFromMtaName { 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