DsnAttachmentReportingMtaName Property |
Gets the reporting MTA name.
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ReportingMtaName { get; }
Public ReadOnly Property ReportingMtaName As String
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