Answered by:
Help in Push Access Protocol

Question
-
User1877592683 posted
Hi All,
we are developing a website for the mobile service provider. In that we need to send a SMS to the user mobli from the website and for that user has to give the response.based on the user response we need to update the respective record in database.
How to send the sms to the usert mobile from the webcite by using PAP.
i sdearched for that and i came to know that this PAP Format will be in XML.how to combine it with the .net code (say button click event).
am totally confused with this.
Please help me in this.It is great pleasure if you provide any samples plz.
Thanks in advance,
Nikhil
Tuesday, January 25, 2011 12:37 AM
Answers
-
User-952121411 posted
I have not done any Short Messaging Service (SMS) text messaging in .NET, but it appears to involve the .NET Compact Framework, and working with some lower level APIs as I do not see anything wrapped up in System.Net or anything like that. It appears to be in the Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll). Take a look at using SMS in .NET in the following documentation. It appears that the 1st link is what you are trying to accomplish possibly:
How To: Intercept Incoming Short Message System (SMS) Messages:
http://msdn.microsoft.com/en-us/library/bb932385.aspx
Receiving SMS Messages Inside a Managed (.NET) Application:
http://msdn.microsoft.com/en-us/library/aa446561.aspx
SmsMessage Class:
http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.pocketoutlook.smsmessage.aspx
SMS services in ASP.NET Mobile Web Application:
http://support.microsoft.com/kb/555578
Working with Mobile Phone SMS (text) messages using the .NET Compact Framework 2.0 and Windows Mobile:
http://blogs.msdn.com/b/robburke/archive/2005/11/17/494176.aspx
Hope this helps!
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 27, 2011 2:37 PM
All replies
-
User1877592683 posted
any one plz help
Thursday, January 27, 2011 1:48 AM -
User-952121411 posted
I have not done any Short Messaging Service (SMS) text messaging in .NET, but it appears to involve the .NET Compact Framework, and working with some lower level APIs as I do not see anything wrapped up in System.Net or anything like that. It appears to be in the Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll). Take a look at using SMS in .NET in the following documentation. It appears that the 1st link is what you are trying to accomplish possibly:
How To: Intercept Incoming Short Message System (SMS) Messages:
http://msdn.microsoft.com/en-us/library/bb932385.aspx
Receiving SMS Messages Inside a Managed (.NET) Application:
http://msdn.microsoft.com/en-us/library/aa446561.aspx
SmsMessage Class:
http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.pocketoutlook.smsmessage.aspx
SMS services in ASP.NET Mobile Web Application:
http://support.microsoft.com/kb/555578
Working with Mobile Phone SMS (text) messages using the .NET Compact Framework 2.0 and Windows Mobile:
http://blogs.msdn.com/b/robburke/archive/2005/11/17/494176.aspx
Hope this helps!
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 27, 2011 2:37 PM