You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MohamedMoussaTTW
changed the title
InternetMessageId not filled in SelectedItemDetails when selecting an email while searching
InternetMessageId is blank in SelectedItemDetails when selecting an email while searching
Jan 19, 2025
Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)
The issue here seems related to the format of the internetMessageId which is enclosed in <>. The value is being assumed as a HTML tag and hence, not being displayed in taskpane. You just need to change "innerHTML" to "innerText" and keep the remaining code as it is. Could you please try that?
When selecting an email after doing an email search, the
internetMessageId
when callinggetSelectedItemsAsync
is blank.Seems to occur only in Outlook Classic.
Environment
Expected behavior
When clicking on an email, I expect the internet message Id field to be filled.
Current behavior
The internet message Id field is not filled in
getSelectedItemsAsync
callback when clicking on emails during a search.Steps to reproduce
getSelectedItemsAsync
. TheinternetMessageId
field will be filled in the callback.internetMessageId
field will be blankThe text was updated successfully, but these errors were encountered: