RPA.Outlook.Application
's Move Emails
does not always move all emails
#1126
Labels
bug
Bad or unexpected behaviour
When using the
Move Emails
keyword in the RPA.Outlook.Application library it will match and move some emails based on the filter provided but not all emails. This also results in an exception being thrown when trying to move the remaining emails.In the underlying Python for the keyword removing the m.Save() seems to resolve some or all of the issue.
rpaframework/packages/main/src/RPA/Outlook/Application.py
Line 469 in a4c85a4
The text was updated successfully, but these errors were encountered: