Begins EHLO command.
| C# | Visual Basic | Managed C++ |
public void BeginEhlo ( string hostName, CommadCompleted callback )
Public Sub BeginEhlo ( _ hostName As String, _ callback As CommadCompleted _ )
public: void BeginEhlo ( String^ hostName, CommadCompleted^ callback )
- hostName (String)
- Host name which is reported to SMTP server.
- callback (CommadCompleted)
- Callback to be called if command ends.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)