IPWorks S/MIME 2020 Kotlin Edition

Questions / Feedback?

Priority Property

Priority of the mail message (optional).

Syntax

public var priority: SsmtpPriorities

public enum class SsmtpPriorities(val value: Int) {
epUnspecified(0),
epNormal(1),
epUrgent(2),
epNonUrgent(3);
}

Default Value

0

Remarks

When this property is set, a Priority header will be added to the message. Priority is an indication about the delivery priority of the message. The possible values are epNormal, epUrgent, and epNonUrgent.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Kotlin Edition - Version 20.0 [Build 7941]