SmtpNetworkElement::Host Property
.NET Framework (current version)
Gets or sets the name of the SMTP server.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("host")] property String^ Host { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string that represents the name of the SMTP server to connect to.
.NET Framework
Available since 2.0
Available since 2.0
Show: