Share via

Outlook add-in command button does not work in windows client

Andy 苏 1 Reputation point
2020-09-03T02:35:52.803+00:00

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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.