Last active
October 18, 2015 13:45
-
-
Save appakz/abcad67d08034ee13de0 to your computer and use it in GitHub Desktop.
Sample Windows Phone SMS Data Export
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Message> | |
<Recepients /> | |
<Body>Hello World!</Body> | |
<IsIncoming>true</IsIncoming> | |
<IsRead>true</IsRead> | |
<Attachments /> | |
<LocalTimestamp>130892436116060259</LocalTimestamp> | |
<Sender>+15555555555</Sender> | |
</Message> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment