SmtpAppender Password Property Apache log4net™ SDK Documentation
The password to use to authenticate with the SMTP server

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public string Password { get; set; }

Property Value

Type: OnlineString
Remarks

Caution note Caution
Authentication is only available on the MS .NET 1.1 runtime.

A Username and Password must be specified when Authentication is set to Basic, otherwise the password will be ignored.

See Also