I would like to check for the occurrence of a collection of words in email body/subject or a word document.
I am able to use .Contains, but it only accepts only one parameter. how can use something like this:
s.Contains(“a”, “b”, “c”);
Thanks,
Joshi