Is this a VBA issue, an Outlook issue, or a Windows issue?
I'm using Outlook for MS 365, and recently got a Windows 10 update (Windows 10 Home, v 10.0.19042 Build 19042).
Now, my VBA advanced searches return some results, but not all. Today, for example, with a variable set to 24 hours ago and a search string of
(folder:Inbox OR folderAll Mail)) received>=" & variable & ")"
and a scope of olSearchScopeAllFolders
I see emails from yesterday and before - but not from today. And I know there are relevant emails from today.
Indexing is done, according to Outlook.
Any tips on resolving?
Thanks
I'm using Outlook for MS 365, and recently got a Windows 10 update (Windows 10 Home, v 10.0.19042 Build 19042).
Now, my VBA advanced searches return some results, but not all. Today, for example, with a variable set to 24 hours ago and a search string of
(folder:Inbox OR folderAll Mail)) received>=" & variable & ")"
and a scope of olSearchScopeAllFolders
I see emails from yesterday and before - but not from today. And I know there are relevant emails from today.
Indexing is done, according to Outlook.
Any tips on resolving?
Thanks