a.. Exchange Client Extensions is used for connecting our add-in to
Outlook. We use more or less only the method IExchExt::Install().
b.. Outlook Object Model is mainly used for creating customized toolbars
and buttons.
c.. MAPI is used for all other communication with Outlook, e.g. creating
folders, creating messages, reading and writing properties etc.
A customer of ours has configured the security of the Exchange server to a
degree where our Outlook add-in is refused to be loaded by Outlook. The
about dialog of Outlook reports "Security Mode: Administrator Controlled".
What settings on the Exchange server needs to be done in order for our
add-in to run?
// Ulf
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Ulf Lövgren" <ulf.l...@newsgroup.nospam> wrote in message
news:ejAgIrKz...@TK2MSFTNGP12.phx.gbl...
"Dmitry Streblechenko (MVP)" <dmi...@dimastr.com> wrote in message
news:ePCjpQa...@TK2MSFTNGP14.phx.gbl...
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Ulf Lövgren" <ulf.l...@newsgroup.nospam> wrote in message
news:evarSBu0...@TK2MSFTNGP15.phx.gbl...
> Do you install your ECE using registry or an ECF file?
In case of the user have access to HKLM we do both. Otherwise we only
install the ECE via an ECF file.
> Did you try deleting the extend.dat file?
Our installation software deletes the extend.dat file when our application
is being installed.
> Is your extension listed in Help|About|Disabled Items?
Unfortunately no. This was the first place I looked.
Thank you, Ulf Lövgren
"Dmitry Streblechenko (MVP)" <dmi...@dimastr.com> wrote in message
news:%23vynCYk...@TK2MSFTNGP09.phx.gbl...
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Ulf Lövgren" <ulf.l...@newsgroup.nospam> wrote in message
news:exBk3Ru1...@TK2MSFTNGP11.phx.gbl...