write_message


Description:

public bool write_message (string folder_name, StoreDBMessageRecord record) throws Error

Writes information about a single message into the this.

The message in the record is identified by the folder_name argument and the "uid" member of the structure. The "folder_id" member of the record is ignored.

Parameters:

this

a StoreDB

folder_name

a folder name

record

a StoreDBMessageRecord

Returns:

whether succeeded