Archived Forum Post

Index of archived forum posts

Question:

Mailman.Filter property when using POP3

Oct 11 '17 at 10:03

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"";

For From Address, MailMan.Filter = "from contains "jon"";

So, Above Format worked for me. I got emails matching above filter.

Now, I want to filter emails based on DateRange And Also Header Fields.

But Above format is not working for DateRange and Header Fields.

So,

How to filter emails based on Header Field and Daterange ?

What is format/Syntax of filtering mails based on Header Field and Daterange.

As per Documentation, For Filter Property, We can filter emails https://www.chilkatsoft.com/refdoc/csMailManRef.html