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

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

public MailPriority Priority { get; set; }

Property Value

Type: MailPriority
One of the MailPriority values.
Remarks

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

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

See Also

Reference