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
>>
>>