The list of authentication types to an SMTP server
Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ANONYMOUS | 0 | Anonymous authentication | |
| BASIC | 1 | Basic authentication | |
| NTLM | 2 | Windows Challenge/Response authentication, for SMTP server on Windows only |
See Also