Message.Priority
Overview¶
Number Message.Priority { get; set; }
Remarks¶
Priority can be one of following values:
| Value | Description |
|---|---|
| 0 | None |
| 1 | Low |
| 2 | Normal |
| 3 | High |
| 4 | Very High |
| 5 | Critical |
Changing this property value affects the prioritize sending mail queue order.