Says hello to the server. Uses local IP address as domain name. This command is sent automatically you don't need to resend it.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public SmtpResponse Ehlo()
Visual Basic
Public Function Ehlo As SmtpResponse
Visual C++
public:
SmtpResponse^ Ehlo()

Return Value

Server's response.

See Also