| DsnRootReceivedFromMTA Property |
Gets or sets the name of the Message Transfer Agent (MTA) from which the message was received.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string ReceivedFromMTA { get; set; }
Public Property ReceivedFromMTA As String
Get
Set
public:
property String^ ReceivedFromMTA {
String^ get ();
void set (String^ value);
}
member ReceivedFromMTA : string with get, set
Property Value
Type:
StringSee Also