Outlook only supports 1 session. Any others listed are hung sessions. Or are
you thinking of opening multiple Outlook windows (Explorers) where only 1
session is open? If multiple Explorers (folder views) then that's up to the
addin developer. It certainly can be done if the addin is correctly coded.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
Ken:
May be just bad coding, but, for instance, iHateSpam, from
Sunbelt-Software.com, and Adds 4 Outlook, from http://www.brigsoft.com both
experience problems when Outlook doesn't load properly.
Strangely, you know the "Accept / Refuse" type of confirm box that comes up
when you are trying out software? THAT causes a lot of problems because
"stuff" loading behind it doesn't a;ways account for it.
Admittedly, I use a "couple" add-ins. It would certainly be nice if there
was some type of add-in manager, like the startup managers that allow you to
control what loads, set pauses, order of loading etc...
Regards,
Chuck Billow
> Outlook only supports 1 session. Any others listed are hung sessions. Or are
> you thinking of opening multiple Outlook windows (Explorers) where only 1
[quoted text clipped - 9 lines]
> > Regards,
> > Chuck Billow
Brian Tillman - 24 Jan 2006 20:33 GMT
> Admittedly, I use a "couple" add-ins. It would certainly be nice if
> there was some type of add-in manager, like the startup managers that
> allow you to control what loads, set pauses, order of loading etc...
Tools>Options>Other>Adcvanced Options>Add-In Manager and COM Add-Ins don't
work to allow you to contrl which addins are loaded and which are not?

Signature
Brian Tillman
Ken Slovak - [MVP - Outlook] - 25 Jan 2006 14:24 GMT
If Outlook doesn't send an On_Connection event then no addin will initialize
correctly. Things like ActiveSynch can do that by opening an Outlook session
behind the scenes using automation. However, properly coded addins do handle
things like that correctly.
Brian pointed you to the COM Add-Ins manager, that would be where to control
things that are installed on a user basis (in HKCU in the registry). For
administrative installations in HKLM you'd have to edit the LoadBehavior
setting in the registry and set it to 0 or 2 to prevent the addin from
loading on Outlook startup.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Ken:
>
[quoted text clipped - 15 lines]
> Regards,
> Chuck Billow
Spyro - 25 Jan 2006 22:35 GMT
OfficeIns has been a life-saver for me, lists ALL addins that even the
Outlook COM Addins dialog does not have. I found this when trying to get
rid of Acrobat's nagging menus and toolbars that would just not hide.
http://www.nirsoft.net/utils/officeins.html
Spyro
> Ken:
>
[quoted text clipped - 32 lines]
>> > Regards,
>> > Chuck Billow