 | MimeDeliveryStatusNotificationReceivedFromMTA Property |
Gets the name of the Message Transfer Agent (MTA) from which the message was received from
Root.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string ReceivedFromMTA { get; }Public ReadOnly Property ReceivedFromMTA As String
Get
public:
property String^ ReceivedFromMTA {
String^ get ();
}member ReceivedFromMTA : string with get
Property Value
String
See Also