 | IFluentMailXPriority Method |
Sets the X-Priority of this email message ('X-Priority' header) (Outlook specific).
Value ranges from "1" to "5" where "1" is the highest priority, "3" is normal, and "5" is the lowest priority.
Consider using
PriorityHigh or
PriorityLow methods instead of using this method.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail XPriority(
int priority
)
Function XPriority (
priority As Integer
) As IFluentMail
IFluentMail^ XPriority(
int priority
)
abstract XPriority :
priority : int -> IFluentMail Parameters
- priority Int32
- Message's priority value ranges from "1" to "5" where "1" is the highest priority, "3" is normal, and "5" is the lowest priority.
Return Value
IFluentMailEmail configuration.
See Also