harry2345 New member Sep 2, 2014 74 0 0 Visit site Oct 26, 2014 #1 Hello, Does anyone know what the URI schemes are of SMS and calling? Thanks in advance, Han Swinkels
George Kounas New member Oct 14, 2014 14 0 0 Visit site Oct 27, 2014 #2 Hi, for calling someone the uri is 'callto:' + phone number, to send an email is 'mailto:' + email, but about sms I'm not sure if a uri exists, although you can use Windows.ApplicationModel class to make calls or send sms, without the need of a URI. You can see an example here: c# - WP 8.1 Runtime code to make phone call, send SMS & send Email (not the Silverlight 8.1) - Stack Overflow
Hi, for calling someone the uri is 'callto:' + phone number, to send an email is 'mailto:' + email, but about sms I'm not sure if a uri exists, although you can use Windows.ApplicationModel class to make calls or send sms, without the need of a URI. You can see an example here: c# - WP 8.1 Runtime code to make phone call, send SMS & send Email (not the Silverlight 8.1) - Stack Overflow