I have created a add-in application for outlook 2010 in which i created a new tab and i put ther new button - all made by .xml file.
Now i want to get to created button values to be able to change its name after click. how can i do that?
xml:
<button id="buttonTest" label="buttonTest" onAction="Clickvol2" showImage="false"/>
where clickvol2 is method which suppose to change value - now its empty becouse my lack of knowlege..
Ps sorry for my english.