G
Guest
Tried InStr and AdvancedSearch. the latter requries a whole second routine
to catch the results of the search, but I'm not sure it is capable of
capturing from a MAPI file. This works, but I can't figure out how to
capture the result:
Dim objSch As Search
Const strF As String = "urn:schemas:httpmail:textdescription LIKE '<%>'"
Const strS As String = "undeliverables"
Const strTag As String = "GITem"
Set objSch = Application.AdvancedSearch(Scope:=strS, _
Filter:=strF, Tag:=strTag)
I cannot figure out how to get the InStr function to return anything but a
boolean (false).
sorry if I confused some terminology.
to catch the results of the search, but I'm not sure it is capable of
capturing from a MAPI file. This works, but I can't figure out how to
capture the result:
Dim objSch As Search
Const strF As String = "urn:schemas:httpmail:textdescription LIKE '<%>'"
Const strS As String = "undeliverables"
Const strTag As String = "GITem"
Set objSch = Application.AdvancedSearch(Scope:=strS, _
Filter:=strF, Tag:=strTag)
I cannot figure out how to get the InStr function to return anything but a
boolean (false).
sorry if I confused some terminology.