S
Simone
Hi Everyone
I've developed a Vb6 addin for Outlook 2003.
My AddIn use the AdvancedSearch method of the Application object to search
the messages contained in a public folder.
If I search for a message that contains a word, for example "Rome" it works
great.
If I search for a message that contains two or more words, i.e "Rome
NewYork" it find only messages that contains the entire string.
This is the DASL filter I pass to the filter parameter of the AdvancedSearch
method
((urn:schemas:httpmail:textdescription LIKE '%Rome NewYork%'))
Using the Outlook advanced find directly it find all the messages that
contains Rome, or NewYork or both of them.
Why?
Any help would be greatly apreciated.
Simone.
I've developed a Vb6 addin for Outlook 2003.
My AddIn use the AdvancedSearch method of the Application object to search
the messages contained in a public folder.
If I search for a message that contains a word, for example "Rome" it works
great.
If I search for a message that contains two or more words, i.e "Rome
NewYork" it find only messages that contains the entire string.
This is the DASL filter I pass to the filter parameter of the AdvancedSearch
method
((urn:schemas:httpmail:textdescription LIKE '%Rome NewYork%'))
Using the Outlook advanced find directly it find all the messages that
contains Rome, or NewYork or both of them.
Why?
Any help would be greatly apreciated.
Simone.