简体   繁体   English

是否可以在Windows Mobile上拦截传出的SMS消息?

[英]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. 我有兴趣编写一个应用程序,该应用程序将拦截传出的SMS消息并在发送之前以某种方式对其进行处理。 Is that possible in the .NET compact framework? .NET紧凑框架中可能吗? I have seen documentation to intercept and incoming SMS but not outging. 我已经看到了用于拦截和接收SMS的文档,但未发现干扰。 If it is not possible in .NET, is there some other way that It can be done? 如果在.NET中不可能,那么还有其他方法可以做到吗?

There are no direct API from any .NETCF language to 'intercept' outgoing messages. 没有来自任何.NETCF语言的直接API来“拦截”传出消息。

In C++ there are some possibilities; 在C ++中,有一些可能性。 but I can't help you with that; 但是我不能帮你 Here's a thread on the MSDN forums. 这是MSDN论坛上的主题。 It seems like you need IMAPISession.Advise to achieve this. 似乎您需要IMAPISession.Advise以实现此目的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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