Z
zofficedepot
Can AdvancedSearch do multiple header fields in .Filter, such as
strF = Chr(34) & "urn:schemas:httpmail:subject" & Chr(34) & " like
'%questions%'"
strF = strF & Chr(34) & "AND urn:schemas:httpmail:from" & Chr(34) &
" like '%ob%'"
(to get Bob or Robert there) or are you restricted to one field?
If you are restricted, then can Search.Save append multiple search
results?
strF = Chr(34) & "urn:schemas:httpmail:subject" & Chr(34) & " like
'%questions%'"
strF = strF & Chr(34) & "AND urn:schemas:httpmail:from" & Chr(34) &
" like '%ob%'"
(to get Bob or Robert there) or are you restricted to one field?
If you are restricted, then can Search.Save append multiple search
results?