Set the server-side synchronization key for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
void uds_inbox_item_data_set_sync_id(uds_inbox_item_data_t *inbox_item, uds_sync_key_t sync_id)
BlackBerry 10.2.0
The inbox item to set the synchronization 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 synchronization key to set, as a uds_sync_key_t.