질문 Error Sending SMS Message

  • 2009년 4월 29일 수요일 오전 1:29
     
     
    hello!

    I want to send SMS in C#

    So i worte simple code like that

    SmsMessage sms = new SmsMessage();
                sms.To.Add(new Recipient("01041682719"));
                sms.Body = "어머니"<--this is Korean
                sms.Send();

    i have Samsung SCH-M480 mobile this is smart phone window CE 6.1

    at this phone, i got the "Error sending sms message", but English is fine!!

    So i tested my friend phone, Samsung SCH-490

    at that phone, evrything fine, korean, english, etc...

    why? what different?

    i really want to send sms Message by my phone...

    plz let me konw good solution!!

     

모든 응답

  • 2012년 4월 3일 화요일 오전 12:22
     
     

    I think the server cannot support that.

    each model have own properties to send msg.