| Syntax |
mainResponder.discuss.deleteMessage (msgnum)
|
| Params |
msgnum is the number identifying the message.
|
| Action |
Locate the message table. Set its flDeleted flag to true, and set its inResponseTo field to -2. This marks the message as deleted but doesn't remove it from the storage tree.
|
| Returns |
The address of the message table.
|
| Examples |
mainResponder.discuss.deleteMessage (1)
» @["Macintosh HD:Apps:Frontier:Guest Databases:ops:discuss.root"].discuss.messages.["0000001"]
|
| Notes |
Detailed information about mainResponder's discussion group format is available from the Frontier Site.
|
| See Also |
mainResponder.discuss.getMessageTable
mainResponder.discuss.addMessage
|