On Friday 28 August 2009 14:13:58 Soumitra Banerjee wrote: > I've basically installed the open change client in my Ubuntu machine and > trying to interact with MS Exchange Server 2007. During the course of > interaction, I even took captures of some of the scenarios. Well, I'm > basically doing a bit of reverse engg on MAPI, so I just want to edit those > open change programs an dexecute them to see the changes in my packet > capture files. You do understand that the format is documented? You can see the documentation on Microsoft's web site (look for Exchange in the Open Specifications part of the MSDN library).
> Moreover, there are also some of the programs for which the exe file is not > present in the bin folder, so whether I'll be able to execute them ? I'm > planning to execute the doc/example/mapi_sample1.c file, is it possible, if > so, kindly give me the steps. If you have everything installed, you should be able to just build it from the Makefile in doc/examples/. If you have problems, check you have the PKG_CONFIG_PATH set correctly (see man page for pkgconfig), such that it can find the mapi libraries. If you still have trouble, please provide the results of your investigation, including cut-n-pasted error messages. Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
