Outlook Security Manager with c++ not in an Add-in

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Security Manager with c++ not in an Add-in
need example of using security manager in c++ 
Gary Kannel


Guest


I am having some difficulty getting started with the security manager. One problem is I can't find any examples using c++. I have a program (not an add-in) written in c++ with mfc (visual studio 2005).

I can get it to compile and run but no effect on the security prompts. Problem likely is needing to call CreateDispatch but with what for the parameter? I tried a few things but no luck yet.

It could be I am using it completely wrong so if someone has a complete example that would be great.
Posted 23 Apr, 2007 22:36:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Gary.

Please look at the following example:
http://www.add-in-express.com/projects/olsendmail_atl.zip


P.S. Note that we take up your forum requests in the order we receive them. Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 24 Apr, 2007 07:28:48 Top
Gary Kannel


Guest


Thanks - That was very helpful.

My test app works and I should have no trouble integrating it into my actual app.

Posted 24 Apr, 2007 20:47:10 Top