S
strach
I was trying to define a view for Todo Bar showing only tasks with passed
reminder time. My filter definition was:
Complete equals no
Reminder Time on or before Now
Surprisingly the view shows tasks with reminder time set within 24 hours
from now as well. I went to SQL tab of Filter panel and 'Now' is resolved
properly:
("http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/811c000b"
= 0 AND
"http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/85020040"
<= '2010-01-02 17:42')
Since user-defined columns cannot be used for filtering views, I'm stuck...
any help will be appreciated.
I'm using Outlook 2007 SP2.
reminder time. My filter definition was:
Complete equals no
Reminder Time on or before Now
Surprisingly the view shows tasks with reminder time set within 24 hours
from now as well. I went to SQL tab of Filter panel and 'Now' is resolved
properly:
("http://schemas.microsoft.com/mapi/id/{00062003-0000-0000-C000-000000000046}/811c000b"
= 0 AND
"http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/85020040"
<= '2010-01-02 17:42')
Since user-defined columns cannot be used for filtering views, I'm stuck...
any help will be appreciated.
I'm using Outlook 2007 SP2.