Receive SMS API's

  • Thread starter Thread starter allanster.a
  • Start date Start date
A

allanster.a

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
 
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.
 
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/se...ok_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.
 
Back
Top