Sends HELO to the server.
Namespace: Lesnikowski.ClientAssembly: Mail (in Mail.dll) Version: 3.0.1213.909
Syntax
| C# |
|---|
public SmtpResponse Helo( string domain ) |
| Visual Basic |
|---|
Public Function Helo ( _ domain As String _ ) As SmtpResponse |
| Visual C++ |
|---|
public: SmtpResponse^ Helo( String^ domain ) |
Parameters
- domain
- Type: System..::..String
May be null, but rejected by some servers.