i want to know the folder hierarchy where the sms are saved and what is the extensions of sms files in windows mobile?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why do you think they are stored in the file system as individual files? They’re not. You can’t just open a folder and walk files to get them, you have to use the Messaging API (MAPI) to open the store and pull them out.
Since you didn’t indicate what language you’re programming in, here’s an example in C++ that pulls out SMS messages and saves them to a file.