![]() |
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
|
|||
|
|||
![]()
Hello, I am filtering the inbox items using the specified criteria but I am
not able ti FT update the inbox view with filtered items. is there any quick way to do this?? thanks a lot! |
Ads |
#2
|
|||
|
|||
![]()
Where are you filtering the items? If it's in an Items.Filter or Restrict
then that does not apply to the UI at all. You would need to filter in your view. You can set up a filter in the customize view dialog and use that filter as part of your view. Depending on what version of Outlook you are supporting you can use the Outlook 2007 View object or use the view XML in Outlook 2003. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "guest" wrote in message ... Hello, I am filtering the inbox items using the specified criteria but I am not able ti FT update the inbox view with filtered items. is there any quick way to do this?? thanks a lot! |
#3
|
|||
|
|||
![]()
Ken, thanks for your reply. I am using Items.Restrict method in outlook 2007.
Can you point me to some online resources on how to achieve this? thanks. "Ken Slovak - [MVP - Outlook]" wrote: Where are you filtering the items? If it's in an Items.Filter or Restrict then that does not apply to the UI at all. You would need to filter in your view. You can set up a filter in the customize view dialog and use that filter as part of your view. Depending on what version of Outlook you are supporting you can use the Outlook 2007 View object or use the view XML in Outlook 2003. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "guest" wrote in message ... Hello, I am filtering the inbox items using the specified criteria but I am not able ti FT update the inbox view with filtered items. is there any quick way to do this?? thanks a lot! |
#4
|
|||
|
|||
![]()
What I usually do is to open the customize view dialog and set up the filter
I want on the Advanced tab. Then I look at the filter in the SQL tab. That provides the filter information I want in DASL syntax, which is what views use. After I set up the view I use the Immediate window of the Outlook VBA project to show the ActiveExplorer.CurrentView to get a feel for the XML used for the view. That can be used as the basis for the View.XML to provide a custom view in code. If you search at www.outlookcode.com for something like "view" you'll get lots of hits with code samples for both earlier versions of Outlook as well as for Outlook 2007 and its new view objects. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "guest" wrote in message ... Ken, thanks for your reply. I am using Items.Restrict method in outlook 2007. Can you point me to some online resources on how to achieve this? thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Update Full Name & Display As fields for multiple contacts | kiawah | Outlook - Using Contacts | 3 | May 11th 07 11:06 PM |
Outlook express inbox does not display | Matt@Annoyed | Outlook Express | 1 | January 15th 07 11:05 PM |
Persons display name is different in Inbox & Sent Items | Dave f. | Outlook - General Queries | 2 | October 31st 06 02:05 PM |
lost personal files, inbox, calendar, etc. with Outlook update - h | POJO | Outlook - Installation | 1 | July 9th 06 12:45 AM |
Inbox Display configuration | Rabon | Outlook - Installation | 4 | June 14th 06 05:15 AM |