A
amiga1200
I am trying to find all emails that's subject contains a predefined String
but All I keep getting are Errors.
I have found several options through MSDN but neither seem to work, they are
..Restrict or myFolder.Item(string)
When I try to use
->Set myMail = myFolder.Restrict("[Subject] > '" & String & "'")
I get the error 'Object doesn't support this property or method' regardless
of what is between the brackets
When I try to use
->Set myMail = myFolder.Items(String)
I get the error 'Object required'
but All I keep getting are Errors.
I have found several options through MSDN but neither seem to work, they are
..Restrict or myFolder.Item(string)
When I try to use
->Set myMail = myFolder.Restrict("[Subject] > '" & String & "'")
I get the error 'Object doesn't support this property or method' regardless
of what is between the brackets
When I try to use
->Set myMail = myFolder.Items(String)
I get the error 'Object required'