Created
May 23, 2012 20:20
-
-
Save devinrader/2777535 to your computer and use it in GitHub Desktop.
Office Mobile Service xmsData
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
<?xml version="1.0" encoding="utf-8"?> | |
<xmsData client="Microsoft Office Outlook 12.0" xmlns="http://schemas.microsoft.com/office/Outlook/2006/OMS"> | |
<user> | |
<userId>myname</userId> | |
<password>mypwd</password> | |
<replyPhone>13801391350</replyPhone> | |
<customData/> | |
</user> | |
<xmsHead> | |
<scheduled>2005-04-20T14:20:00Z</scheduled> | |
<requiredService>SMS_SENDER</requiredService> | |
<to> | |
<recipient>135xxxx</recipient> | |
<recipient>139xxxx</recipient> | |
</to> | |
</xmsHead> | |
<xmsBody format="SMS"> | |
<content contentType="text/plain" contentId="[email protected]" | |
contentLocation="1.txt">(1/2)This is the first SMS message...</content> | |
<content contentType="text/plain" contentId="[email protected]" | |
contentLocation="2.txt">(2/2)This is the second SMS message...</content> | |
</xmsBody> | |
</xmsData> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment