k4j8 / outlook-move-to-thread

Microsoft Outlook VBA to move emails to the same folder as the rest of the email thread
MIT License
32 stars 7 forks source link

Code hangs #6

Closed fireextinguisher closed 3 years ago

fireextinguisher commented 4 years ago

Code hangs at line Set group = theConversation.GetRootItems Is it compatible with Outlook 2016?

k4j8 commented 4 years ago

Definitely works with Outlook 2016, that's what I use. Can you check if theConversation is defined in the locals window?

k4j8 commented 4 years ago

I'm getting this issue now too after my Office applications updated to a newer version of Office 2016.

fireextinguisher commented 4 years ago

Thank you, for update. Unfortunately, I didn't check if theConversation is defined. Do you think this issue could be resolved?

k4j8 commented 4 years ago

theConversation is defined at that point. Something must have changed with the update. I'll look into it, but I'm not sure when/if I'll be able to fix it. There's not much documentation on this issue.

k4j8 commented 3 years ago

I haven't had issues with the code hanging in a long time now. Perhaps an update on Microsoft's end fixed it? Please reopen if the issue persists.