![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
i have a big trouble trying to filter only Messages having certain category. I succeeded in filtering String, boolean or MessageClass types of fields. For example string: Set oFiltr = oMessages.Filter oFiltr.Fields.Add myproptag, 8, val and works perfect. Also boolean works fine oFiltr.Fields.Add name, 11, True However if I want to filter Categories, neither of the following works: oFiltr.Fields.Add proptagcateg, 8192, "category" oFiltr.Fields.Add proptagcateg, 8, "category" oFiltr.Fields.Add proptagcateg, 8192, field_categories_containing_my_one oFiltr.Fields.Add proptagcateg, 8, field_categories_containing_my_one the Messages.Count skips to zero instead of expected number Do I have at least some workaround for the solution to work quickly enough (I am afraid of Outlook object model, Restrict would work I guess) if there happen to be more items in the given category ? Please help me, there are only examples with strings but it is not possible to find a single example for keyword types. thanks a lot for any hint |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Programming custom Categories into Master Categories List | John E. | Outlook - Using Forms | 3 | March 30th 09 11:06 AM |
Public folder calender categories vs user calander categories | Help me | Outlook - Calandaring | 5 | November 2nd 07 07:44 AM |
Outlook 2007 Categories are a combo of Categories & Labels in 2003 | Scott Sherman | Outlook - Calandaring | 0 | February 13th 07 04:23 AM |
Tasks categories. Unable to modify another user's categories. | Tommy | Outlook - Installation | 0 | August 9th 06 04:43 PM |
Filtering Categories On Shared Calendar | Eloise | Outlook - Calandaring | 0 | February 7th 06 12:17 AM |