View Single Post
  #9  
Old July 7th 09, 10:08 PM
Douglas Quaid Douglas Quaid is offline
Junior Member
 
First recorded activity at Outlookbanter: Jun 2009
Posts: 7
Default

OK, thanks for your help Ken. One last thing- is there a list of all the button IDs somewhere online (for example, Work Week View is 5556)?


Quote:
Originally Posted by Ken Slovak - [MVP - Outlook] View Post
No way to do that in Outlook 2003. That's not exposed to the object model.

In Outlook 2007 you could use the new CalendarView.DisplayedDates property
to let you know which dates were currently visible in the UI.

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


"Douglas Quaid" wrote in message
news

Ken, I really appreciate your time. I don't think I explained what I am
trying to do well enough. I understand the DateAdd() function. What I
need to do, though, is to jump a week forward or back from the
Currently Selected Date. Not a week forward or back from Today. Does
that make sense?

The DateAdd() help only tells you how to jump from today, or from a
specific date. I need a command to return a string with whatever date
I'm currently looking at to fill in that last variable in the DateAdd
function.
Ads