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
The add_category function of the application can add category to an email which already has a category, but can't add category to an email which does not have a category.
The issue is probably caused by this part of the function:
The add_category function of the application can add category to an email which already has a category, but can't add category to an email which does not have a category.
The issue is probably caused by this part of the function:
The function tries to extend the categories list, however if there is no category on the email this is a NoneType object.
Exchange version: 15.2
The text was updated successfully, but these errors were encountered: