Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
SAMMessage->body

SAMMessage->body

(no version information, might be only in CVS)

SAMMessage->body --  The body of the message.

Description

class SAMMessage {

string nody

}

The "body" property contains the actual body of the message. It may not always be set.

Examples

Example 1. Setting a text string into the body of a message

<?php
$msg = new SAMMessage();
$msg->body = 'This is a simple message';

?>

See Also

SAMMessage->header