Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
using
Microsoft.WindowsMobile.PocketOutlook;
using
Microsoft.WindowsMobile.PocketOutlook.MessageInterception;
MessageInterceptor msgIcptr = new MessageInterceptor(InterceptionAction.NotifyAndDelete);
msgIcptr.MessageCondition = new MessageCondition(MessageProperty.Body, MessagePropertyComparisonType.StartsWith, "some content", false);
msgIcptr.EnableApplicationLauncher(
"SomeApplication", @"\Program Files\SomeApplication.exe","/someParam");
Refer this link to know how to achive the above and more in Windows mobile 5.0 with CF 2.0.