I have found a solution here:
http://support.microsoft.com/kb/220600
The problem is that its for MFC..I dunno how to create wrapper for .net C++/CLI
I cannot add it via class wizard.
using #import produces error:
Error 1 error C2812: #import is not supported with /clr:pure and /clr:safe
I want to use automate outlook method, because sending via smtp can be really painful.
My proggy needs to be used in company's enviornment by diffrent users....I dont need them to provide passes everytime they use it.Comapany email system works on exchange...
please help!