Error sending message

F

fggf

Hey!!
Hope u can help me! I've got a big problem using OpenNETCF.Phone.

private void Senden_Click(object sender, EventArgs e)
{
SmsAddress sa = new SmsAddress("+436803041981");
OpenNETCF.Phone.Sms.Sms d = new OpenNETCF.Phone.Sms.Sms();
d.SendMessage(sa, firstKenn);
}

Now this works perfectly on Window Mobile 2003... But on using Windows
Mobile 05 i get the error: "Error sending message"!

Hope u can help me, i've got no idea...
THANK YOU
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top