Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPA.Outlook.Application's Move Emails does not always move all emails #1126

Closed
TimothyLopas opened this issue Nov 8, 2023 · 0 comments · Fixed by #1127
Closed

RPA.Outlook.Application's Move Emails does not always move all emails #1126

TimothyLopas opened this issue Nov 8, 2023 · 0 comments · Fixed by #1127
Assignees
Labels
bug Bad or unexpected behaviour

Comments

@TimothyLopas
Copy link
Contributor

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.

@cmin764 cmin764 added the bug Bad or unexpected behaviour label Nov 9, 2023
@cmin764 cmin764 removed their assignment Nov 9, 2023
@mikahanninen mikahanninen linked a pull request Nov 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bad or unexpected behaviour
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants