|
XML String, representing the Forum Message record requested. To view the
validating XSD Schema, please click
here (opens in a new window). An example is provided
here (opens in a new window) or below:
<Message Message_ID="1" Date_Created="2004-08-07T11:37:00">
<Topic_ID>2</Topic_ID>
<Source_Identifier>steve</Source_Identifier>
<Author>Steve Thomas</Author>
<Subject>Demo Forum Message</Subject>
<Body>The entire Body of our forum message would go here.</Body>
</Message>
If the Forum Message record requested was never entered or is no longer in the
system, the method will return the <Message>
root node with only the Message_ID identifier.
An example is provided below:
<Message Message_ID="23" />
All non-XML strings returned by this method should be considered errors.
|