Creating an Outlook application object on Vista (UAC)

Y

Yuri Nijsen

While creating an Outlook application object on Vista I cannot communicate
with Outlook if the integrity levels of my app and Outlook are not the same.
Say my app is running at "high" integrity and outlook is running in "normal"
integrity level, the app doesn't work. Only when both apps are running at the
same level it will work.

Anyone got a solution for this? Only thing I can think of is too always
launch outlook as an administrator. But that is a bit of a hackish solution.
 
R

Roady [MVP]

What do you mean with "integrity"?
You mean your application only works under an administrator context? Why do
you need that? What does your application do?

Note that there is a developers newsgroup down the hall;
outlook.program_vba
 
Top