How to get a message which user send from his mobile (reply to a message which is sent by application).
-
Hello All, I am creating a application in which user can send a message to another user on his mobile. Once other user got the message and he replied to the message then i want to update the status in my database. Can anybody tell me how can i catch the reply which user sent from his mobile in my asp.net application? How can i catch the reply? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hello All, I am creating a application in which user can send a message to another user on his mobile. Once other user got the message and he replied to the message then i want to update the status in my database. Can anybody tell me how can i catch the reply which user sent from his mobile in my asp.net application? How can i catch the reply? Thanks Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
how is the reply sent? Is it through your application? If so, you know it is a reply, can't you?
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
how is the reply sent? Is it through your application? If so, you know it is a reply, can't you?
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
Hi Once user got a message he just need to reply these message from his mobile. Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hi Once user got a message he just need to reply these message from his mobile. Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
so what is the issue? if you know how to send a message in the first place, it shouldn't be hard to figure out how to send a reply.
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
so what is the issue? if you know how to send a message in the first place, it shouldn't be hard to figure out how to send a reply.
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
I think what you mean is you want to intercept the inbound message and then post this into an ASP.NET application? this should help... http://www.ciol.com/content/developer/os/2006/106041301.asp[^] Esentially you need to use the new windows mobile 5 interception class. If your trying to do this on a device less than WM5 then your in for a whole world of pain, beacuse it's not easy. If your trying to do it on a non WM5 device then you'll need to consult the appropriate JSR for the J2ME environment, JSR 213 (I think) as of this writting, but don't quote me on that. Cheers Shawty