DsnRecipientRemoteMtaType Property
Gets the remote MTA type.

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

Property Value

Type: String
A string value with the remote MTA type from "Remote-MTA" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.
Remarks

The value associated with this field is a printable ASCII representation of the type 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