SmtpAppenderSmtpAuthentication EnumerationApache log4net™ SDK Documentation
Values for the Authentication property.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public enum SmtpAuthentication
Members

  Member nameValueDescription
None0 No authentication
Basic1 Basic authentication.
Ntlm2 Integrated authentication
Remarks

SMTP authentication modes.

See Also

Reference