Re: Can Outlook 2007 do this?
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Fri, 20 Apr 2007 14:17:09 -0400
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.
--
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
"Dave" <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:DE924EAB-6E7B-402A-BB97-E32998ECC708@xxxxxxxxxxxxxxxx
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?
.
- Prev by Date: Re: Outlook 2007 And Rss Item Class/Field names
- Next by Date: Re: Can Outlook 2007 do this?
- Previous by thread: Re: Outlook 2007 And Rss Item Class/Field names
- Next by thread: Re: Can Outlook 2007 do this?
- Index(es):
Relevant Pages
|