C++ How to use BlackBerrys MessageService filter API? -


how 1 use messagefilter api in blackberry 10?

i have far;

        bb::pim::message::messagefilter filter;   //  filter.participants.qstring("xxxxx3");     filter.insert(bb::pim::message::messagefilter::participants, "xxxxxxx");    qlist<bb::pim::message::conversation> convos = messageservice.conversations(smsaccountid,filter); 

not sure if right though?

thanks


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -