A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

update inbox display



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 8th 08, 07:32 PM posted to microsoft.public.outlook.program_vba
guest
external usenet poster
 
Posts: 3
Default update inbox display

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  
Old September 8th 08, 10:33 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default update inbox display

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  
Old September 8th 08, 11:49 PM posted to microsoft.public.outlook.program_vba
guest
external usenet poster
 
Posts: 3
Default update inbox display

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  
Old September 9th 08, 03:05 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default update inbox display

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.