Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created May 23, 2012 20:20
Show Gist options
  • Save devinrader/2777535 to your computer and use it in GitHub Desktop.
Save devinrader/2777535 to your computer and use it in GitHub Desktop.
Office Mobile Service xmsData
<?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="Att0.txt@AB1B43B2B0594564.B94EF7ABB12B49BA"
contentLocation="1.txt">(1/2)This is the first SMS message...</content>
<content contentType="text/plain" contentId="Att1.txt@AB1B43B2B0594564.B94EF7ABB12B49BA"
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