Enum SendMailTaskPriority
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum SendMailTaskPriority
Fields
Fields | Description |
---|---|
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. |