uds_inbox_item_data_set_sync_id()

Set the server-side synchronization key for the specified inbox item data.

Synopsis:

#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)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

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().

sync_id

The unique synchronization key to set, as a uds_sync_key_t.

Library:

libunifieddatasourcec (For the qcc command, use the -l unifieddatasourcec option to link against this library)

Description:

Returns: