Retrieve a contact's personal message.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_get_personal_message(const bbmsp_contact_t *contact, char *personal_message, size_t personal_message_buffer_size)
BlackBerry 10.0.0
A pointer to the contact whose personal message to retrieve.
A buffer that will be updated with the personal message encoded as UTF-8. The resulting buffer will be null-terminated on success.
The size of the personal message buffer. This should be BBMSP_CONTACT_PERSONAL_MSG_MAX.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.