Recently, the software needs to interact with outlook. Unfortunately,. Net CF does not provide a direct method. After Google surfing the Internet, two methods are summarized:
1. The simplest way-to use commercial inthehand outlook components, the cost is obvious ~~~ $49. What Microsoft msdn provides is also applicable to inthehand, obviously, this method is void for us .~~
2. the most complex method-Develop your own poom (pocket outlook object model) under. net ). Later I thought that it would involve too many things, which is not cost-effective.
3. Try again. There is definitely a free one-hard work-a blog posted by a foreign friend egilh.Article-- Using the poom from. Net CF 1.0.
The article describes how to access poom C ++ warapper. He mentioned that. NET Compact framework sample: poom wrapper is an encapsulated poom.CodeThe Demo code provides a. Net CF client, which provides some basic functions. That's right. I need the function to read the contact book :)
Before running the code for the first time, find the installation directory of the sample and install the cab package on PPC, which contains the DLL of poom C ++ wrapper. Otherwise..
~~~ Hehe, finally found the free one. It's not bad to use ~~~~
The article on how to expand. Net CF client and egilh is also very clear. You have studied it yourself :)