SmtpAppender Priority Property Apache log4net™ SDK Documentation
Gets or sets the priority of the e-mail message

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

public MailPriority Priority { get; set; }

Property Value

Type: OnlineMailPriority
One of the OnlineMailPriority values.
Remarks

Sets the priority of the e-mails generated by this appender. The default priority is OnlineNormal.

If you are using this appender to report errors then you may want to set the priority to OnlineHigh.

See Also