MessageText Property

The plain text version of the message.

Object Oriented Interface

public function getMessageText();
public function setMessageText($value);

Procedural Interface

cloudmail_amazonses_get($res, 38 );
cloudmail_amazonses_set($res, 38, $value );

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

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 PHP Edition - Version 20.0 [Build 8308]