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/
