MailPriority Enumeration
Defines the available values for MailMessage.Priority property.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum MailPriority
Members
  Member nameValueDescription
None0 The priority is not set.
Highest1 The highest priority.
High2 High priority.
Normal3 Normal priority.
Low4 Low priority.
Lowest5 The lowest priority.
See Also