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.

link|improve this question
You want to be able to install a program on my machine without admin rights? That mails away files without asking me for permission? Don't think so! – Bo Persson Aug 24 '11 at 16:29
No, I don't want to install, I just want to use the dll, there is no way to use it without register and copy to windows\system32? thanks – Richard Aug 24 '11 at 17:21
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.