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.blankReply()

Creates a reply to the passed message..

Syntax

MessageGroup.message = MessageGroup.blankReply(input)

Parameters

The 'MessageGroup.blankReply' method takes 1 parameter:

Name Type/Value Range/Length Description
inputstruct MessageGroup.messagesee definition Required. The message object which is being replied to.

Results

The 'MessageGroup.blankReply' method returns structure:

Type/Value Range/Length Description
struct MessageGroup.message see definitionA formatted reply to the passed message with appropriate Subject, References and Body contents.

Remarks

Given an existing message, creates a new message object with Subject:, References: headers which reflect the original message, and a quoted body from the original message.

Whitebeam release 1.3.36
(loadtime : 9ms)