Gets or sets the priority of the e-mail message
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: MailPriorityOne 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