| DsnRecipientRemoteMtaName Property | 
            Gets the remote MTA name.
            
 
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic string RemoteMtaName { get; }Public ReadOnly Property RemoteMtaName As String
	Get
Property Value
Type: 
String
            A string value with printable ASCII representation of the Remote-MTA name from "Remote-MTA" DSN field,
            or a null reference (
Nothing in Visual Basic) if no such field contained in the DSN.
            
 Remarks
RemarksThe value associated with this field is a printable
            ASCII representation of the name of the "remote" MTA that reported
            delivery status to the "reporting" MTA.
In this example, DSN field is:
            Remote-MTA: dns; remote.host.net
            The return value is marked bold.
 See Also
See Also