SmtpConnectionStringHost Property |
Get or set IP address or name of the SMTP server.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public string Host { get; set; }
Public Property Host As String
Get
Set
public:
property String^ Host {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also