Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I have this problem.
I've built the add-in in outlook 2010 (vs2010 and c#) and I would convert it into outlook 2007 plugin.

XML Outlook 2010 for OutlookContactItemControl taken from OutlookContactItemControl.xlsx
XML
<customui xmlns="http://schemas.microsoft.com/office/2009/07/customui" önload="Ribbon_Load"> <contextmenus> <contextmenu>
 idMso="ContextMenuContactItem"> <button id="MyContextMenuContactItem" label="Call(TAPI)" onAction="Call_Click" insertBeforeMso="DialMenu"/> <button id="MyContextMenuContactItem2" label="Journal(TAPI)" onAction="Journal_Click" insertBeforeMso="DialMenu"/>
 <button idMso="Call" visible="0"/> </contextmenu> </contextmenus> </customui>

It's work perfectly only outlook 2010.

But I want build it for outlook 2007. How can i make it?

What changes in the xml file? How come I can not find the folder OutlookContactItemControl.xlsx Office2007ControlDs? How can I make sure that there are two buttons and their functions in the plugin outlook 2007?
Thanks Let me know as soon as possible is urgent. And do not tell me that I was not clear!

[edit]SHOUTING removed - OriginalGriff[/edit]
[edit]Pre tags added - Tadit[/edit]
Posted
v3
Comments
Sergey Alexandrovich Kryukov 16-Dec-12 22:23pm    
Please don't put your comment as "solution".
—SA
OriginalGriff 17-Dec-12 1:36am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900