Try like this When you reading the mail messages you will get list right so loop through the list and then for each mail to get the subject mail.subject.tolower.tosting you will get subject right right store it in one string variable and then compared using string_varible.Equals(you string) if it is same it will return true other wise false
Is this filter for not equals… I just i want to filter with my excel subject to email subject if it matches then Getmail outlook message should not fetch those. If it doesnot matches then it should fetch that. This is my scenario.
\i need to add a filter in filter option.please suggest.
no it is always going to true… condition
My scenario is:
First time i read all the Get Outlook mail messages
Then i am putting all my unreadmails to excel with subject and datentime.
Then i used delay at that time i send a new mail to my email then i m using again get mail messages to compare with my excel subject with the new arrived mail if it is not there in excel it will add otherwise not .
So just want to filter that condition.