Sends HELO to the server.
Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll)
Version: 2.7.2897.36617
Syntax
| C# |
|---|
public SmtpResponse Helo( string domain ) |
| Visual Basic (Declaration) |
|---|
Public Function Helo ( _ domain As String _ ) As SmtpResponse |
| Visual C++ |
|---|
public: SmtpResponse^ Helo ( String^ domain ) |
Parameters
- domain
- String
May be null, but rejected by some servers.
Return Value
[Missing <returns> documentation for M:Lesnikowski.Client.Smtp.Helo(System.String)]
See Also
Smtp Class
Lesnikowski.Client Namespace