Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / VS Tools for Office / April 2007

Tip: Looking for answers? Try searching our database.

Can Outlook 2007 do this?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave - 20 Apr 2007 18:36 GMT
I am using VSTO SE and Outlook 2007.  I've created what is essentially a
toolbar along the bottom of the screen with various customized functionality.
I would like to include a view of my schedule.  I'm thinking at the very
least something like what the free/busy check provides, but better yet, a
workable rectangle along the bottom that shows my schedule for today, that I
can click on to add a new item, etc.

Can this be done with VSTO and Outlook 2007?
Ken Slovak - [MVP - Outlook] - 20 Apr 2007 19:17 GMT
You could add a custom task pane but then it would go to the side of the
Explorer window and not at the bottom. A button on your toolbar could be
used to open/close the custom task pane.

One thing with the VSTO implementation of CTP's is it leaves out the second
argument you can use when you directly use the Office 2007 implementation of
a CTP. That's the Window argument that directs the CTP to a specific window.
Without that the CTP is placed usually on the default Explorer only, not on
any other Explorers that might be open.

I override the VSTO implementation myself and use the override to work with
an Office CTP instead of the VSTO provided interface. I use an override of
the RequestService interface and if the serviceGuid passed there is
typeof(Office.ICustomTaskPaneConsumer).GUID I return my CTPWrapper class
which is ComVisible and implements Office.ICustomTaskPaneConsumer. That
needs to implement CTPFactoryAvailable and provide a storage object to hold
the passed Office.ICTPFactory object.

Signature

Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

>I am using VSTO SE and Outlook 2007.  I've created what is essentially a
> toolbar along the bottom of the screen with various customized
[quoted text clipped - 6 lines]
>
> Can this be done with VSTO and Outlook 2007?
Dave - 20 Apr 2007 19:36 GMT
Thanks for the reply.

I'm sorry I wasn't clear.  What I created was a CTP that I put along the
bottom of the app.  It is only about 1/4 inch tall, with a series of several
command buttons along the bottom of the screen.  What I would like to add -
within that same CTP but below the row of buttons - is my schedule for today
as a 1/4" tall, app-wide screen.

dw

> You could add a custom task pane but then it would go to the side of the
> Explorer window and not at the bottom. A button on your toolbar could be
[quoted text clipped - 24 lines]
> >
> > Can this be done with VSTO and Outlook 2007?
Ken Slovak - [MVP - Outlook] - 20 Apr 2007 20:18 GMT
You would need to pick out a control that can display that information and
populate it, there's nothing available that I know of that does it
automatically. For example you could use some sort of grid control, query
the calendar for all appointments starting on a certain day and use the
returned filtered Items collection to populate the grid control.

What control you add to the CTP is up to you and what controls you have
available to you.

If the control you use supports a click event you can use that or
double-click to add a new appointment. If not you can always use a button.

Signature

Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

> Thanks for the reply.
>
[quoted text clipped - 8 lines]
>
> dw

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.