PowerTCP Mail for .NET
Priority Enumeration




Possible values of MailMessage.Priority.
Syntax
Public Enum Priority 
   Inherits System.Enum
Dim instance As Priority
public enum Priority : System.Enum 
__value public enum Priority : public System.Enum 
public enum class Priority : public System.Enum 
Members
MemberDescription
High Indicates a high priority message (numerical value of 2).
Highest Indicates a highest priority message (numerical value of 1).
Low Indicates a low priority message (numerical value of 4).
Lowest Indicates a lowest priority message (numerical value of 5).
None Indicates no "Priority" header field is used. Mail readers interpret this as normal priority.
Normal Indicates a normal priority message (numerical value of 3).
Remarks
Some email clients will visually mark message priority for easier identification.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Mail.Priority

See Also

Reference

Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic