

When receiving this event (AddIn.OnSendMessage) the code to update the icons and text is called.Īny other pointer on working with OneNote is much appreciated, as it appears to behave quite differently to the other Office apps. The logic is : In AddInStartupCompleted I send an event (AddIn.SendMessage) to inform that the add-in is now loaded. The code for updating text/icons is being called after the add-in is loaded. On all other Office app's this works just fine. I have tried to bypass the icon setting code, but still there are no icons. The text is changed, but icons just dissapeared. However, when the add-in is loaded in OneNote, there are no icons on any of the buttons (the text works fine).


Create an Outlook add-in that displays hello world Create a simple Outlook add-in that displays hello world. On add-in load, it check the language settings so the UI uses the same language as the user, and it checks the version of OneNote, and then adjusts the icons accordingly (for the Office 2010 vs 2013+ look and feel, as the add-in supports 2010+ version of Office). Whats new in Outlook development Previous Slide Next Slide. The add-in contains a ribbon tab with a few buttons. Do you know which process to attach the debugger to? I take it that it secretly starts another app or a service, and let that do the actual work, meaning my VS is debugging an app that does nothing.
Onenote add ins development how to#
Learn how to build, test, debug, and publish OneNote add-ins. To enable the OneNote add-in in Outlook, follow these steps. If there is an X next to Outlook Integration, click on the X, and then click Run from My Computer. OneNote starts, but clearly OneNote.exe is not doing the actual legwork - no breakpoints are triggered. With OneNote add-ins, you can use familiar web technologies such as HTML, CSS, and JavaScript to build a solution that can run in OneNote on the web. Select Add or Remove Features, and then click Continue. Was this reply helpful Sorry this didn't help. They are published by, if you have more questions about this, contact OneNoteGem support please. I specify OneNote as the debugging app and run Visual Studio. Office OneNote Gem Add-Ins are not official add-ins. I'm extending a current add-in to support OneNote, which leads to a couple of issues, that I hope you can give some advice about:įirst of all: Debugging.
