Location:
Search - mapiru
Search list
Description: 用vs ++ 2005 打开实例程序中的Mapirule(在D:\Program Files\.NET Compact Framework Samples\Receiving SMS Messages\Code\Mapirule中,假定你的安装目录是D:\Program Files),在这个提供的c++中只实现了“短信内容中”包含“zzz”字符的短信拦截,我修改了一下,可以实现对所有短信的拦截:
-Used vs++ 2005 Open examples of programs Mapirule (in D: Program Files.NET Compact Framework SamplesReceiving SMS MessagesCodeMapirule in, assuming your installation directory is D: Program Files), provided in this c++ Only realize the
Platform: |
Size: 7168 |
Author: 张杰 |
Hits:
Description: wince 下利用mapi收发短信,截取短信。-wince under the Interception of messages using mapi
Platform: |
Size: 32768 |
Author: xuyue |
Hits:
Description: Mobile短信拦截
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK or
Windows Mobile 5.0 Smartphone SDK,
ActiveSync 4.0.-Description:
This sample demonstrates how to implement a MAPI Rule Client, a COM object
which can handle/filter incoming MAPI messages. Of particular relevance is
the implementation of IMailRuleClient and its ProcessMessage method. This
method is called by the MAPI subsystem when a message matching the Rule
Client抯 transport (SMS, ActiveSync, POP3) arrives. From within
ProcessMessage, you can reroute messages, delete messages, parse messages
and send custom data to other apps, or anything else you may need to do.
Currently, only SMS is supported as a transport for Rule Clients.
IMailRuleClient::Initialize must also be implemented to set message store
access privileges.
A Rule Client is a COM object (generally housed in a DLL) which implements
the IMailRuleClient interface. In order to work properly, it must be
registered in two places:
1.) Standard COM registration- HKEY_CLASSES_ROOT\CLSID
Platform: |
Size: 12288 |
Author: gzhard |
Hits: