Click or drag to resize

SmtpAuthenticationType Enumeration

Specifies the authentication mechanism to use when authentication is required to send messages to an SMTP service using a TCP/IP network socket.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SmtpAuthenticationType
Members
  Member nameValueDescription
Anonymous0Use anonymous authentication
Basic1Use basic (clear-text) authentication
NTLM2Use NTLM authentication
See Also