Skip to content

Instantly share code, notes, and snippets.

@chaosddp
Created April 14, 2016 09:16
Show Gist options
  • Save chaosddp/dbe2c79057ae31920949bb19b93a09d2 to your computer and use it in GitHub Desktop.
Save chaosddp/dbe2c79057ae31920949bb19b93a09d2 to your computer and use it in GitHub Desktop.
ChatMessage msg = new ChatMessage();
msg.Body = "content here";
msg.Recipients.Add("number here");
await ChatMessageManager.ShowComposeSmsMessageAsync(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment