How do I SMS same text to multiple Contacts in Wp7? I place all the Contacts mobile No in a List.
Any issue if user accidentally press back Key button during the sending process in a loop?
SmsComposeTask sms = new SmsComposeTask();
sms.To = "0123456789";
sms.Body = "Some prefilled text...";
sms.Show();
Thanks
According to http://forums.silverlight.net/forums/p/220969/529252.aspx, it seems like all you have to do is delimit multiple phone numbers with a semicolon: