get_contact_extra


Description:

public bool get_contact_extra (string uid, out string ret_extra) throws Error

Fetches the extra data previously set for uid, either with set_contact_extra or when adding contacts.

Parameters:

this

An BookSqlite

uid

The uid of the contact to fetch the extra data for

ret_extra

Return location to store the extra data

Returns:

true on success, otherwise false is returned and throws is set appropriately.