Helo types for Ehlo(HeloType, String) method.
Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll)
Version: 2.7.2897.36617
Syntax
| C# |
|---|
public enum HeloType |
| Visual Basic (Declaration) |
|---|
Public Enumeration HeloType |
| Visual C++ |
|---|
public enum class HeloType |
Members
| Member name | Description | |
|---|---|---|
| Helo |
HELO command.
| |
| Ehlo |
EHLO command.
(Extended helo).
| |
| EhloHelo |
First try EHLO then fallback
to HELO.
|
See Also
Lesnikowski.Client Namespace