본문 바로가기

Windows/MFC

Need to intercept sms to launch another program

http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/ccf3e5b8-d886-4001-af64-6a54d4aab615/

Friends,

New to this forum. I read the forum realted to my serach but didn't get the appropriate match for my query in C++.

I need to develop application for my windows mobile 6 to intercept all those messages with a particular text or from particular number (like from vodaphone etc advertisments). I also do not want that user is notified for those SMS .

MY AIM :
NO SUCH SMS WITH MATCHED TEXT IN INBOX
NO BEEP/RINGTONE FOR SUCH SMS
INTERCEPT THAT SMS SILENTLY

Is this possible on Windows mobile in native C++ code?

Cheers
Denial


Patrick Getzmann

Yes, that is possible.

Take a look at the MAPIRULE Sample in WM6 SDK.