Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Sending SMSs from your Microsoft .NET Compact Framework-based Applications

Sending SMSs from your Microsoft .NET Compact Framework-based Applications

Scheduled Pinned Locked Moved Mobile
csharphelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    achari ravi
    wrote on last edited by
    #1

    can anyoner plz. help me out in writing a code in c# for Sending SMSs from your Microsoft .NET Compact Framework-based Applications regards

    R P 2 Replies Last reply
    0
    • A achari ravi

      can anyoner plz. help me out in writing a code in c# for Sending SMSs from your Microsoft .NET Compact Framework-based Applications regards

      R Offline
      R Offline
      Rupesh Kumar Swami
      wrote on last edited by
      #2

      hi, convert this code in C# and try Imports Microsoft.WindowsMobile.PocketOutlook Imports Microsoft.WindowsMobile.PocketOutlook.MessageInterception Private Sub SendSMS() Dim messageBody As String messageBody = Me.MessageText Dim SMSMessage1 As SmsMessage = New SmsMessage("+919848356760", messageBody) 'Dim SMSMessage1 As SmsMessage = New SmsMessage("+911425001007", messageBody) SMSMessage1.Send() End Sub hope this helps

      Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India) My Company

      1 Reply Last reply
      0
      • A achari ravi

        can anyoner plz. help me out in writing a code in c# for Sending SMSs from your Microsoft .NET Compact Framework-based Applications regards

        P Offline
        P Offline
        Parasmani Swamy
        wrote on last edited by
        #3

        Hi, Hope the following code is helpful to you: using Microsoft.WindowsMobile.PocketOutlook; using Microsoft.WindowsMobile.PocketOutlook.MessageInterception; SmsMessage sendMsg = new SmsMessage(); Recipient recpt = new Recipient("1234567890"); sendMsg.Body = "Hello"; sendMsg.To.Add(recpt); sendMsg.Send(); Regards Parasmani Swamy

        modified on Saturday, March 29, 2008 7:37 AM

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups