S
soner
Hi all,
i have a code to add new button and menu to outlook toolbar. When i
use registry (HKLM/Software/Microsoft/Exchange/Client/Extension) for
adding my add-in, i can see my new menu. But if i use ecf file i can
add my add-in but i can not see my new menu. i am using c++ and
InsertMenu command for adding menu.
my ECF file ;
[General]
Display Name=MyExtension
Description=MyExtension
Path="C:\windows\system32\myExt.dll"
Entry Point=1
Client Version=4.0
Misc Flags=NoOptimizeInterfaceMap;MoreContexts;InstallCommandsEarly
[Exchange Client Compatibility]
Exchange Context Map=11111111111111
Exchange Interface Map=11111111
[Application]
Events=OnStartup;OnShutdown
[Session]
Events=OnLogon;OnLogoff;OnDelivery
[Property Sheet]
Events=AddPropSheetPages
Property Sheet Dialogs=ToolsOptions
[Folder]
Folder Class=IPF
Menu
Drops=File;Edit;View;Insert;Format;Tools;Compose;Help;Main;Toolbar;Contact;Calendar;Note;Task;Journal;FileFolder
Events=AllCommands;InstallCommands;AddPropSheetPages;Install;OnFolderChange;OnSelectionChange
Views=Viewer
[Item]
Message Class=IPM
Item States=Modal;NonModal;Read;Compose
Menu
Drops=File;Edit;View;Insert;Format;Tools;Compose;Help;Main;Toolbar;Contact;Calendar;Note;Task;Journal;FileFolder
Events=AllCommands;InstallCommands;OnItemChange;OnCommand
i can't find a detailed document about ecf file. please help me to
find the problem.
Thanks in advance.
i have a code to add new button and menu to outlook toolbar. When i
use registry (HKLM/Software/Microsoft/Exchange/Client/Extension) for
adding my add-in, i can see my new menu. But if i use ecf file i can
add my add-in but i can not see my new menu. i am using c++ and
InsertMenu command for adding menu.
my ECF file ;
[General]
Display Name=MyExtension
Description=MyExtension
Path="C:\windows\system32\myExt.dll"
Entry Point=1
Client Version=4.0
Misc Flags=NoOptimizeInterfaceMap;MoreContexts;InstallCommandsEarly
[Exchange Client Compatibility]
Exchange Context Map=11111111111111
Exchange Interface Map=11111111
[Application]
Events=OnStartup;OnShutdown
[Session]
Events=OnLogon;OnLogoff;OnDelivery
[Property Sheet]
Events=AddPropSheetPages
Property Sheet Dialogs=ToolsOptions
[Folder]
Folder Class=IPF
Menu
Drops=File;Edit;View;Insert;Format;Tools;Compose;Help;Main;Toolbar;Contact;Calendar;Note;Task;Journal;FileFolder
Events=AllCommands;InstallCommands;AddPropSheetPages;Install;OnFolderChange;OnSelectionChange
Views=Viewer
[Item]
Message Class=IPM
Item States=Modal;NonModal;Read;Compose
Menu
Drops=File;Edit;View;Insert;Format;Tools;Compose;Help;Main;Toolbar;Contact;Calendar;Note;Task;Journal;FileFolder
Events=AllCommands;InstallCommands;OnItemChange;OnCommand
i can't find a detailed document about ecf file. please help me to
find the problem.
Thanks in advance.