MessageText Property
The body of the retrieved message.
Object Oriented Interface
public function getMessageText(); public function setMessageText($value);
Procedural Interface
ipworks_imap_get($res, 66 ); ipworks_imap_set($res, 66, $value );
Default Value
''
Remarks
The class fills out this property with the contents of the message body (in RFC822 format) when a call to FetchMessageText completes successfully.
This property is not available at design time.
Data Type
String