Skip to content

Message.Priority

Overview

Number Message.Priority { get; set; }
Gets or sets the priority of message.

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.

Examples

See Also