Can some one send me the sample example declaration and usuage in c#.
Thanks
Anand
Posted by Peter Foot [MVP] on February 20, 2007, 11:13 am
Please log in for more thread options
Not only is this a privileged function it also requires you to disable the
default SMS service (only one thing can be logged in with read permissions
to the sms subsystem). It is deprecated since from Windows Mobile 2003 the
IMailRuleClient has been available which allows you to create a custom
filter for incoming SMS. In WM5.0 there is a managed class for this in the
Microsoft.WindowsMobile.PocketOutlook.MessageInterception namespace. There
is a wrapper to support WM2003 in the Mobile In The Hand product
(http://www.inthehand.com/WindowsMobile.aspx)
There is also a sample on MSDN showing the managed/native code necessary to
implement an IMailRuleClient provider -
http://www.microsoft.com/downloads/details.aspx?FamilyId=98CCF3D4-DB7C-4A7D-A323-53BBDBBE0420&displaylang=en
Peter
--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com
> Can some one send me the sample example declaration and usuage in c#.