Question:
Hi,
I have used mailMan.Filter property to filter emails based on
subject and From.
I used Format As,
For Subject, MailMan.Filter = "subject contains "Hello"";
Is it possible to give two or more subjects in MAilman.Filter String ?
If yes then how to do it. What is the format to do it.