Click or drag to resize

EnumSMTPAuthenticationType Enumeration


The list of authentication types to an SMTP server

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public enum EnumSMTPAuthenticationType
Members
  Member nameValueDescription
ANONYMOUS0 Anonymous authentication
BASIC1 Basic authentication
NTLM2 Windows Challenge/Response authentication, for SMTP server on Windows only
See Also