IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Importance Property

Importance of the mail message (optional).

Syntax

public var importance: HtmlmailerImportances

public enum class HtmlmailerImportances(val value: Int) {
miUnspecified(0),
miHigh(1),
miNormal(2),
miLow(3);
}

Default Value

0

Remarks

This property indicates the importance of the mail message (optional). When set, an Importance header will added to the message.

Importance is an indication to the recipient(s) about how important the message is. The possible values are High (1), Normal (2), and Low (3).

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