.NET Components for Mobility
All Tags » SMS » not sent (RSS)

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • SMS not sent ??

    Hi, Following code does nothing, what do I wrong? using (OutlookSession session = new OutlookSession) { SmsMessage sms = new SmsMessage("+32444555444", "Hello world!"); session.SmsAccount.Send(sms); sms.Update(); sms.MoveTo(session.SmsAccount.SentItems); } Nothing happens, ran it...
Page 1 of 1 (1 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.