 | IFluentMailImportance Method |
Sets the importance of the message.
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 Importance(
MimeImportance mimeImportance
)
Function Importance (
mimeImportance As MimeImportance
) As IFluentMail
IFluentMail^ Importance(
MimeImportance^ mimeImportance
)
abstract Importance :
mimeImportance : MimeImportance -> IFluentMail Parameters
- mimeImportance MimeImportance
- Message's importance.
Return Value
IFluentMailEmail configuration.
See Also