Hi.
I wrote a VB script that runs in the VBA ThisOutlookSession environment and parses all incoming emails and populates custom fields such as the senders domain and organization (etc..)...
This VB code works well and I can easily add these user-defined fields as visible columns in the current view and also group by them (which is very handy).
I can also search based on these user-defined fields in the official "advanced" search tool.
My question is: how can I write an search filter that works in the orange "Instant Search" tool that finds these custom-fields?
Thank you!
I wrote a VB script that runs in the VBA ThisOutlookSession environment and parses all incoming emails and populates custom fields such as the senders domain and organization (etc..)...
This VB code works well and I can easily add these user-defined fields as visible columns in the current view and also group by them (which is very handy).
I can also search based on these user-defined fields in the official "advanced" search tool.
My question is: how can I write an search filter that works in the orange "Instant Search" tool that finds these custom-fields?
Thank you!