 | 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.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
String
See Also