Re: How to add button on Mail editor which is not outlook.??
- From: Ashok <Ashok@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Jan 2008 06:07:00 -0800
Hi Ken,
I've found the solution, but have an issue. I'm unable to see my image in my
custom command bar. Any thoughts. I'm able to see the mso images only.
Thanks & Regards
Ashokkumar P
"Ashok" wrote:
Hi Ken,.
Sol 1 : I've tried this, i'm adding my buttons to standard tool bar only.
but this is not working. Can u give me an example?
Thanks & Regards
Ashokkumar P
"Ken Slovak - [MVP - Outlook]" wrote:
If you are trying to add UI to an Outlook 2007 Inspector you have 2 options.
First, you can just do what you are doing and let the CommandBars UI get
stuffed in the Add-Ins tab, where each button you create would be displayed
as a ribbon control.
The alternative is to actually code to the ribbon for your UI if the Outlook
version is 12.
To do that while still using references to the Office and Outlook 2003 or
earlier tlb's you would need an extraction of the interfaces for the ribbon
from the Office 2007 tlb and to reference that ribbon tlb for your ribbon
work. The Implementation of the ribbon interface would have to be placed in
the same class as the one that handles the IDTExtensibility2 interface and
your ribbon callbacks would be in that class also.
Of course you'd need to create the ribbon UI using XML as usual and supply
any ribbon images using IPictureDisp as usual, etc. Dennis Wallentin
(XL-Dennis) has an extraction of the ribbon interface from the Office 2007
tlb already so you'd just need to download that and work with that as your
ribbon reference. Take a look at his articles starting at
http://xldennis.wordpress.com/2006/12/12/creating-a-standalone-type-library-for-iribbonextensibility/.
--
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
"Ashok" <Ashok@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CBA0F4C5-27FF-4938-9501-9E8246BB5DEA@xxxxxxxxxxxxxxxx
Hi Ken,
I want to add my custom button to 'Outlook 2007' new mail editor which is
developed in VB 6.0. could you pls guide me to accomplish the same with
out
changing my project ref?
pls guide me to proceed further.
Regards
Ashok
- Follow-Ups:
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- References:
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- Prev by Date: Re: Microsoft Outlook Object Library
- Next by Date: Re: Outlook.exe can't close it
- Previous by thread: Re: How to add button on Mail editor which is not outlook.??
- Next by thread: Re: How to add button on Mail editor which is not outlook.??
- Index(es):
Loading