A
Andrew Lockwood
I am trying to create a COM AddIn in Delphi, and I want to use the
AdvancedSearch functionality of Outlook.
If I am searching on the whole field, the following code works correctly
'urn:schemas:httpmail:subject = ' + QuotedStr(MyString)
From Outlook, I have determined that to search on a substring, the code in
VBA would be
"urn:schemas:httpmail:subject" LIKE '%MySubString%'
However, I have been unable to translate this successfully into Delphi. Can
anyone help?
Andrew Lockwood
AdvancedSearch functionality of Outlook.
If I am searching on the whole field, the following code works correctly
'urn:schemas:httpmail:subject = ' + QuotedStr(MyString)
From Outlook, I have determined that to search on a substring, the code in
VBA would be
"urn:schemas:httpmail:subject" LIKE '%MySubString%'
However, I have been unable to translate this successfully into Delphi. Can
anyone help?
Andrew Lockwood