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: MailPriority
MailPriorityOne of the
 MailPriority values.
MailPriority values.
            Remarks
            Sets the priority of the e-mails generated by this
            appender. The default priority is  Normal.
Normal.
            
            If you are using this appender to report errors then
            you may want to set the priority to  High.
High.
            
See Also