I am interested in writing an app that will intercept an outgoing SMS message and process it in some way before it is sent. Is that possible in the .NET compact framework? I have seen documentation to intercept and incoming SMS but not outging. If it is not possible in .NET, is there some other way that It can be done?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?