Enum SendMailTaskPriority
C#
public enum SendMailTaskPriority
Fields
High | Specifies that the mail should be sent with a high priority flag. |
Low | Specifies that the mail should be sent with a low priority flag. |
Normal | Specifies that the mail should be sent with a no priority flag or as a normal mail. |