No plugin buttons

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

No plugin buttons
When viewing other user's folder no plugin buttons 
Freddy Rademeyer




Posts: 4
Joined: 2004-11-03
Hi all,

When viewing other user's folder in Outlook 2000 the plugin doesn't Initialize, because outlook is already running, as result the plugin buttons isn't displayed.

Have anyone come across this problem and is there a way to solve it?

Regards,

Freddy
Posted 03 Nov, 2004 03:49:07 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hello Freddy,

Do you use Add-in Express? What version?

Sincerely,
ADX Support Team
Posted 03 Nov, 2004 04:13:51 Top
Freddy Rademeyer




Posts: 4
Joined: 2004-11-03
Hi Dmitry,

Yes I have Version 1.91

Regards,

Freddy
Posted 03 Nov, 2004 04:40:53 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
"When viewing other user's folder in Outlook 2000" Outlook 2000 opens new Explorer window. Add-in Express V1 doesn't support more than one explorer.

See the example below how to handle Explorer events, and add a command bar and command bar controls to a new Explorer window (Delphi 7):
http://www.add-in-express.com/projects/adx-ol-new-explorer-191.zip

Sincerely,
ADX Support Team
Posted 03 Nov, 2004 07:28:56 Top
Freddy Rademeyer




Posts: 4
Joined: 2004-11-03
Hi,

Thanks your example helped.

Regards,

Freddy
Posted 04 Nov, 2004 01:07:50 Top
Freddy Rademeyer




Posts: 4
Joined: 2004-11-03
Hi,

Now I have another question that is related. I need to know who's folder I am viewing.
Normaly I would go and do:
NmSpace := OutlookApp.GetNamespace('MAPI');
MsgBox := NmSpace.CurrentUser.Name;

This is not returning the "owner" of folder.

Any help in this regards would be greatly appreciated.

Regards,

Freddy
Posted 04 Nov, 2004 08:33:53 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
The only way to get the mailbox owner name is to use
Extended MAPI in order to get the PR_MAILBOX_OWNER_NAME
property of the IMsgStore for this folder.

Sincerely,
ADX Support Team
Posted 04 Nov, 2004 11:48:57 Top