Hi, I have been looking for a method to do keyword (including whole line) highlight (coloring is better) if the incoming mail body matched some rules/expr.
Say, I want to highlight the line "05/12/2017: 2 Hours On Fri; Category: Vacation - SJ" by matching rule: lines with date in start and has "Category:"
Is that doable in outlook VBA macro?
Thanks!!!
(I am using outlook 2016 and outlook 2013)
-- mail body--
..
Time Off Request Details:
05/12/2017: 2 Hours On Fri; Category: Vacation - SJ
Time Off Plan Balances as of 05/12/2017:
...
----mail body--
Say, I want to highlight the line "05/12/2017: 2 Hours On Fri; Category: Vacation - SJ" by matching rule: lines with date in start and has "Category:"
Is that doable in outlook VBA macro?
Thanks!!!
(I am using outlook 2016 and outlook 2013)
-- mail body--
..
Time Off Request Details:
05/12/2017: 2 Hours On Fri; Category: Vacation - SJ
Time Off Plan Balances as of 05/12/2017:
...
----mail body--