Click or drag to resize

IFluentMailImportance Method

Sets the importance of the message. Consider using PriorityHigh or PriorityLow methods instead of using this method.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
IFluentMail Importance(
	MimeImportance mimeImportance
)

Parameters

mimeImportance  MimeImportance
Message's importance.

Return Value

IFluentMail
Email configuration.
See Also