Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

MessageHTML Property

The HTML version of the message.

Object Oriented Interface

public function getMessageHTML();
public function setMessageHTML($value);

Procedural Interface

inamazon_ses_get($res, 31 );
inamazon_ses_set($res, 31, $value );

Default Value

''

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

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0