简体   繁体   中英

Is it possible to intercept an outgoing SMS message on Windows Mobile?

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?

There are no direct API from any .NETCF language to 'intercept' outgoing messages.

In C++ there are some possibilities; but I can't help you with that; Here's a thread on the MSDN forums. It seems like you need IMAPISession.Advise to achieve this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM