 | SmtpConfigurationHost Property |
The SMTP Host
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string Host { get; set; }Public Property Host As String
Get
Set
Dim instance As SmtpConfiguration
Dim value As String
value = instance.Host
instance.Host = value
public:
property String^ Host {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also