Set the source key for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
void uds_inbox_item_data_set_source_id(uds_inbox_item_data_t *inbox_item, uds_source_key_t source_id)
BlackBerry 10.2.0
The inbox item to set the source key for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The unique source key to set, as a uds_source_key_t.
When you add an inbox item to the BlackBerry Hub using uds_item_added(), this item is assigned a unique source key. Typically, this key is unique per account and is used to represent the list item that was added.