Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

MessageGroup.loadMessage()

Loads full message body

Syntax

MessageGroup.message = MessageGroup.loadMessage(head)

Parameters

The 'MessageGroup.loadMessage' method takes 1 parameter:

Name Type/Value Range/Length Description
headstruct MessageGroup.messagesee definition Required. The header of an existing message, containing at least a valid messageID property

Results

The 'MessageGroup.loadMessage' method returns structure:

Type/Value Range/Length Description
struct MessageGroup.message see definitionThe full, populated message object if it exists in the message store, null if it doesn't.

Remarks

Fully populates the properties of the referenced message (including full body text).

If a message with the same unique ID already exists within the message, article, or thread properties of this MessageGroup, then the object referenced within those properties will also be populated.

Whitebeam release 1.3.36
(loadtime : 9ms)