DsnAttachmentReportingMtaName Property
Gets the reporting MTA name.

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

Property Value

Type: String
A string representaion of the message transfer agent name from "Reporting-MTA" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.
Remarks

Reporting MTA is the one which is reporting the results of delivery attempts described in this DSN. See ReportingMtaType topic for details.

In this example, DSN field is:
Reporting-MTA: dns; host.home.local
The return value is marked bold.

See Also