Smart Alerts OnMessageSend Classic Outlook Windows - taskpane doesn't open if errorMessage
is not set
#5233
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Possible-Solution
Similar-Issue
Provide required information needed to triage your issue
There is an issue in Classic Outlook on Windows such that even with
commandId
set, the taskpane does not open when clicking 'Don't Send' if theerrorMessage
property is not set when callingeventCompleted
. Additionally, thecancelLabel
property is not adhered to iferrorMessage
is not set.In all other platforms (OWA, Mac, New Outlook for Windows) the task pane will open even if
errorMessage
is not set, and thecancelLabel
property appropriately changes the 'Don't Send' button label even iferrorMessage
is not set.The documentation does not indicate that
errorMessage
needs to be set to open the task pane.Your Environment
Classic Outlook for Windows - Version 2411 Build 16.0.18227.20162 64-bit
Windows Version: Windows 11 23H2 Build 22631.4602
Expected behavior
If
commandId
is specified buterrorMessage
is not when callingeventCompleted
, the taskpane should still open.Additionally, if
cancelLabel
is set buterrorMessage
is not, thecancelLabel
should still be adhered to.Current behavior
For Classic Outlook on Windows, if
errorMessage
is not set when callingeventCompleted
, the task pane won't open and theDon't Send
button also can't be renamed using thecancelLabel
property.This works correctly in all other platforms.
Steps to reproduce
commandId
specifying the task pane to open andcancelLabel
to something to rename the 'Don't Send' button.Note that the 'Don't Send' button didn't change labels, and that clicking 'Don't Send' doesn't open the task pane.
Then perform the same steps but ensure
errorMessage
is set. Note that the label changes and you can open the task pane.Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.
The text was updated successfully, but these errors were encountered: