Set the account key for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
void uds_inbox_item_data_set_account_id(uds_inbox_item_data_t *inbox_item, uds_account_key_t account_id)
BlackBerry 10.2.0
The inbox item to set the account 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 account key to set, as a uds_account_key_t.
The account key for an account is unique across the platform and it identifies a particular user account on a device. You can obtain this key by using the PIM Accounts API.
Based on the account key that you specify, the inbox item is added to the associated account's tab in the BlackBerry Hub, as well as to the main view of the BlackBerry Hub.