Tag not monitored by Microsoft.
Outlook add-in command button does not work in windows client
Andy 苏
1
Reputation point
I developed an Outlook addin with a command button which works in outlook web, works in both IE and Chrome.
But in outlook windows client it only display a message "working on your request" and then an error "we're sorry, we couldn't access..." after processing for a while.
The addin command button manifest is as below.
<Control id="msgComposeSignout" xsi:type="Button">
<Label resid="FunctionButton.Label_1_3"/>
<Supertip>
<Title resid="FunctionButton.Title_1_3"/>
<Description resid="FunctionButton.Description_1_3"/>
</Supertip>
<Icon>
<bt:Image resid="Icon.16x16" size="16"/>
<bt:Image resid="Icon.32x32" size="32"/>
<bt:Image resid="Icon.80x80" size="80"/>
</Icon>
<Action xsi:type="ExecuteFunction">
<FunctionName>signOut</FunctionName>
</Action>
</Control>
My outlook client version is "Microsoft Outlook for Microsoft 365 MSO (16.0.13029.20232) 32-bit".
Kindly suggest.
Community Center | Not monitored
Community Center | Not monitored
Sign in to answer