Michal Seliga could you please sent me example how to init phone library for using PhnLibBoxInformation function. I resolved all possible trouble with my provider and I believe that I initialize phone library incorrectly.
"Michal Seliga" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >i checked my project, i do exactly same thing and i am sure it works at least >on > sprint treos - and it never worked on mine which is unlocked gsm. so maybe > your > problem is also not in code but in provider > > Oleg Ignatov wrote: >> Hello All, >> I am trying to get the count of voice mails. Please advice me what >> function must I use to retrieve it. >> I tryed to do it by using following code: >> >> PhnMsgBoxDataType data; >> >> data.type = kBoxVoice; >> >> data.lineNumber = 1; >> >> err = PhnLibBoxInformation(m_TelRefNum, &data); >> >> But data.messageCount always is equal 0. What do I do incorrectly? >> >> >> PS: I tested my application on Treo680 >> >> Thanks. > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
