IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

MessageHTML Property

The HTML version of the message.

Syntax

[VB.NET]
Public Property MessageHTML As String

[C#]
public string MessageHTML {get; set;}

Remarks

This property contains the HTML version of the message. The corresponding plain text version is provided in this property.

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>"

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]