Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

MessageHTML Property

The HTML version of the message.

Syntax

public var messageHTML: String?

Default Value

""

Remarks

This property contains the HTML version of the message.

When this property is set, the component automatically computes a plaintext version of the text and puts it into MessageText. You may choose to override this default text with your own version.

Example (Setting MessageHTML)


HTMLMailerControl.MessageHTML = "<b>Hello</b>, my name is <i>Tom</i>"

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