I'm a new programmer from Unix world and I have to deliver a small and fast project for Windows, I need to interact with Outlook to send messages without the boring warning, I found Outlook Redemption, however they just offer examples for .NET platform. I'm familiar with C and maybe C++. I need a project example in C for Redemption that just send a e-mail and if possible attach a file. Someone can share it with me?
If possible I would like to do it on the most clean and reliable way, I mean, that can be installed with non-admin users and of course without tons of dependencies such as the libs to run the code - I would like to have a example code that runs native in any windows 32 bits box, without need to install MSVC++ C runtime libs. Is it possible?
Thanks and your help is very appreciated.