IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

MessageText Property

The plain text version of the message.

Syntax

public var messageText: String?

Default Value

""

Remarks

This property is a plain text version of the HTML message. This is necessary for recipients with legacy mail readers that do not support HTML.

The MessageHTML property contains the HTML version of the message. When MessageHTML is set, the component automatically computes a plain text version of the text and puts it into this property. You may choose to override this default text with your own version.

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