 | SmtpConfigurationCustomHost Property |
Gets or sets the value, which, if set, is used when sending HELO or EHLO commands.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string CustomHost { get; set; }Public Property CustomHost As String
Get
Set
public:
property String^ CustomHost {
String^ get ();
void set (String^ value);
}member CustomHost : string with get, set
Property Value
String
See Also