uds_inbox_item_data_set_perimeter()

Set the perimeter for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_inbox_item_data_set_perimeter(uds_inbox_item_data_t *inbox_item, uds_perimeter_type_t perimeter)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to set the perimeter for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().

perimeter

The perimeter to set, as a uds_perimeter_type_t. If not specified, the default value is UDS_PERIMETER_PERSONAL.

Library:

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

Description:

For a hybrid account (that is, one that contains both personal and work information and is represented by UDS_ACCOUNT_HYBRID in the uds_account_status_t enumeration), you can use this function to indicate whether any action that's invoked on this inbox item is invoked in the enterprise perimeter (UDS_PERIMETER_ENTERPRISE) or the personal perimeter (UDS_PERIMETER_PERSONAL).

Returns: