Looping through mailitems in Outlook macro freezes Outlook in large sets of mailItems
问题 I am trying to loop through the mailItems of different subfolders looking for a comment (with PropertyAccessor) in different stores. My code works perfectly when given 1-3 stores and around 2000 mailItems, however as the number increases in the live testing it crashed Outlook not responding anymore. Do you have any idea how I could do it more efficient? I have implemented: Date filtering MailItem release And I am trying parallely the Application.AdvancedSearch method, however not managing yet