read_message_info_record_with_uid


Description:

public int read_message_info_record_with_uid (string folder_name, string uid, DBSelectCB callback) throws Error

Selects single message info for the given uid in folder folder_name and calls the callback for it.

Parameters:

this

a DB

folder_name

full name of the folder

uid

a message info UID to read the record for

callback

callback to call for the found row

user_data

user data of the callback

Returns:

0 on success, -1 on error