I have a custom button in outlook and I have to add image icon for the same button.
Ribbon XML is:
<button id="GoToAppConfiguration"
label="Application Configuration"
getImage="GetCustomImage"
onAction="GoToAppConfigurationClicked"
size="normal" />
I want to write ribbon callback method but how do I write the same and how do I use an image stored in a Resource folder under the Addin project.