Set the MIME type for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
void uds_inbox_item_data_set_mime_type(uds_inbox_item_data_t *inbox_item, const char *mime_type)
BlackBerry 10.2.0
The inbox item to set the MIME type for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The MIME type to set.
The MIME type indicates what type of content the inbox item contains. For example, a message item in a messaging account might have a MIME type of "plain/message" or "text/plain". The string value that you pass in as the mime_type parameter must remain valid until the data is used in a call to uds_item_added() or uds_item_updated().