<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>XPM3_MAIL->text()</title>
<style>
body, pre {
font-family: Verdana;
font-size: 10pt;
}
</style>
</head>
<body bgcolor="#f1f3f5" topmargin="10" leftmargin="14">
<pre>
XPM3_MAIL -> <i>boolean</i> <b>text</b> ( <i>string</i> value [, <i>string</i> charset [, <i>string</i> encoding [, <i>string</i> disposition ]]] )
<hr>
Returns TRUE if has been successfully set, FALSE if not.
Default values are:
<i>string</i> charset: us-ascii
<i>string</i> encoding: quoted-printable
<i>string</i> disposition: inline
<i>string</i> encoding possible values are: 7bit, 8bit, quoted-printable or base64
<i>string</i> disposition possible values are: attachment or inline
Example:
<table border="0" bgcolor="white">
<tr><td>
<pre><code>
$m = new XPM3_MAIL;
// set text/plain mail body message
$m->Text('text/plain message');
</code></pre>
</td></tr>
</table>
<hr color="white">
[ <a style="color: blue; text-decoration: none" href="mailto:hide@address.com?subject=Comment XPM3_MAIL Text">Comments</a> ]
Last update: Friday, December 08, 2006
</pre>
</body>
</html>