C
Cardinal
Dear all,
I want to make a search folder which displays large e-mails recieve
earlier then 3 months ago. It is clear how to find bulk e-mails, bu
what about old e-mails criteria search?
I have tried to filter via "recieved" field, but there are no standar
condition for my purpose (only ones like "last week", "in the last
days", etc.). Seemingly "on or before" is the right choise, but how t
specify value "current date minus 3 months"? My try was VBA statemen
DateAdd("d", -90, Date) in the criteria value field, but is does no
work. Does VBA generally works for criteria values?
The same thing is unanswered he http://tinyurl.com/a6x2hn9
Thanks
I want to make a search folder which displays large e-mails recieve
earlier then 3 months ago. It is clear how to find bulk e-mails, bu
what about old e-mails criteria search?
I have tried to filter via "recieved" field, but there are no standar
condition for my purpose (only ones like "last week", "in the last
days", etc.). Seemingly "on or before" is the right choise, but how t
specify value "current date minus 3 months"? My try was VBA statemen
DateAdd("d", -90, Date) in the criteria value field, but is does no
work. Does VBA generally works for criteria values?
The same thing is unanswered he http://tinyurl.com/a6x2hn9
Thanks