Hello,
Are there any api's for smartphones which can be used to
receive SMSs, ie it should be able to check if the sms is from a
particular no and if so pass it to the application rather than to the
inbox.

Thanks in advance,

Regards,
Allan

Re: Receive SMS API's by Wrecked

Wrecked
Wed Dec 20 23:51:29 CST 2006

This should help you

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp?frame=true

Regards,
Rithesh
Student
IIIT, Bangalore


On Dec 21, 8:59 am, allanste...@gmail.com wrote:
> Hello,
> Are there any api's for smartphones which can be used to
> receive SMSs, ie it should be able to check if the sms is from a
> particular no and if so pass it to the application rather than to the
> inbox.
>
> Thanks in advance,
>
> Regards,
> Allan


Re: Receive SMS API's by Fabien

Fabien
Thu Dec 21 07:59:35 CST 2006

Hi,

If you use WM5.0, you can use the new
Microsoft.WindowsMobile.PocketOutlook namespace WM5.0 API.
You can send and receive SMS.
Check out this :
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/mobilesd=
k5/html/T_Microsoft_WindowsMobile_PocketOutlook_SmsMessage.asp

BR


Fabien Decret
Windows Embedded Consultant


ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/




Wrecked a =E9crit :

> This should help you
>
> http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnnetc=
omp/html/ReceivingSMSMessages.asp?frame=3Dtrue
>
> Regards,
> Rithesh
> Student
> IIIT, Bangalore
>
>
> On Dec 21, 8:59 am, allanste...@gmail.com wrote:
> > Hello,
> > Are there any api's for smartphones which can be used to
> > receive SMSs, ie it should be able to check if the sms is from a
> > particular no and if so pass it to the application rather than to the
> > inbox.
> >=20
> > Thanks in advance,
> >=20
> > Regards,
> > Allan


RE: Receive SMS API's by Ahe

Ahe
Thu Jan 25 01:39:03 CST 2007

I think the RIL api is for u. It can stay the RIL bottom layer to watch the
RIL_MESSAGE and get the detailed info of SMS.

"allanster.a@gmail.com" wrote:

> Hello,
> Are there any api's for smartphones which can be used to
> receive SMSs, ie it should be able to check if the sms is from a
> particular no and if so pass it to the application rather than to the
> inbox.
>
> Thanks in advance,
>
> Regards,
> Allan
>
>

Re: Receive SMS API's by Brian

Brian
Thu Feb 01 19:18:41 CST 2007

Windows Mobile 5.0 introduced a managed API that can do just what you are
asking.
look up the MessageInterceptor class in the
Microsoft.WindowsMobile.PocketOutlook.MessageInterception namespace. You'll
need to add a reference to the Microsoft.WindowsMobile.PocketOutlook
assembly which you can find in the list of .net references in VS after you
install either the Windows Mobile 5.0 SDK for Pocket PC or Smartphone.

MSDN link to the MessageInterceptor class:
http://search.msdn.microsoft.com/search/Redirect.aspx?title=MessageInterceptor+Class&url=http://msdn.microsoft.com/library/en-us/mobilesdk5/html/T_Microsoft_WindowsMobile_PocketOutlook_MessageInterception_MessageInterceptor.asp

--
Brian Cross
Software Design Engineer
Windows Mobile Core and WiMobot Enthusiast

This posting is provided "AS IS" with no warranties, and confers no rights.


"Ahe" <Ahe@discussions.microsoft.com> wrote in message
news:EE06EB42-8EC2-4985-8FE4-F1F119D08C1E@microsoft.com...
>I think the RIL api is for u. It can stay the RIL bottom layer to watch the
> RIL_MESSAGE and get the detailed info of SMS.
>
> "allanster.a@gmail.com" wrote:
>
>> Hello,
>> Are there any api's for smartphones which can be used to
>> receive SMSs, ie it should be able to check if the sms is from a
>> particular no and if so pass it to the application rather than to the
>> inbox.
>>
>> Thanks in advance,
>>
>> Regards,
>> Allan
>>
>>