I am evaluating the Email component for searching through emails (C#, VS 2019).
I am searching a large OST file and I am using the query string:
'Subject' Contains[IgnoreCase=True] 'AcmeCorp' | 'Body' Contains[IgnoreCa…...search by To and Сс fields is performed with DisplayTo and DisplayCc...(however, it may reduce the performance), and also implementing an...