Sms text messages export as CSV/XML format

PocketExport allows you to backup all your windows mobile phone's text message to two kind of file : CSV format/XML format

Windows mobile sms backup to CSV file

Below is the csv format used to save the text message:

<NAME>,<SMS content>,<FolderName>, <Sent Time>

sms backup to csv  

Another format available is XML format

<MobiTNT>
<Item>
<Sender>Name</Sender>
<Content>Content</Content>
<Receive Time>Time</Receive Time>
<FolderName>Folder Name </FolderName>
</Item>
<MobiTNT>

text message export to XML