Get the source key for the inbox item data.
#include "bb/pim/unified/unified_data_source.h"
uds_source_key_t uds_inbox_item_data_get_source_id(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get 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().
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.
The source key of the specified inbox item, as a uds_source_key_t.