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
--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
"Yuri Nijsen" <Yuri
(E-Mail Removed)> wrote in message
news:E03AF0C3-EBE5-4AC8-BD1A-(E-Mail Removed)...
> 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.