| DsnRootReportingMTA Property |
Gets or sets the name of the Message Transfer Agent (MTA) which is reporting the results of delivery attempts described in this Delivery Status Notification (DSN).
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string ReportingMTA { get; set; }
Public Property ReportingMTA As String
Get
Set
public:
property String^ ReportingMTA {
String^ get ();
void set (String^ value);
}
member ReportingMTA : string with get, set
Property Value
Type:
StringSee Also