after installing the new version of Outlook this piece of code produce an error:
outlook_app <- COMCreate("Outlook.Application")
search <- outlook_app$AdvancedSearch("Inbox","urn:schemas:httpmail:subject = string_to_search")
.
error:
<checkErrorInfo> -2147352567 No support for InterfaceSupportsErrorInfo checkErrorInfo -2147352567 Error: Exception occurred.
Do you please know how to solve this issue? Before to update the Outlook verion it worked properly
Thanks