3 replies
please good fellas which namespace i can find the classes and methods for sending sms to cell phones
#c#net
  • Profile picture of the author DominicF
    Hi,
    I'm not sure that there is anything built into .Net for handling this. You may want to check out this post on Stack Overflow which may have something you could use:

    SMS Library in C# - Stack Overflow
    {{ DiscussionBoard.errors[3530748].message }}
  • Profile picture of the author cruzehall
    I have just made this kind of thing with the help of C# tutorials and I think you should use the tutorials for that. C#.net is the best way to make it easily.
    {{ DiscussionBoard.errors[3533548].message }}
    • Profile picture of the author affiliatepro15
      Originally Posted by cruzehall View Post

      I have just made this kind of thing with the help of C# tutorials and I think you should use the tutorials for that. C#.net is the best way to make it easily.

      Man, seems like post spam?!

      You will most likely need a 3rd party service with a API to send the SMS. One other option is that most mobile providers have a email address you can send to which will be delivered like SMS... eg - ##########@message.att.com

      Check out this link: SMS Library in C# - Stack Overflow
      {{ DiscussionBoard.errors[3549028].message }}

Trending Topics