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 » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Quick access toolbar in inspector window



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 26th 09, 12:12 PM posted to microsoft.public.outlook.program_addins
Saeed
external usenet poster
 
Posts: 13
Default Quick access toolbar in inspector window

I have added few buttons in outlook inspector. I am using VSTO 2005 and have
used ribbon xml to add these buttons. These buttons can be added to quick
access toolbar using
Customize quick access toolbar more commands.

Can I add these buttons programmatically to quick access toolbar, so that
these are already enabled when outlook is started?
Ads
  #2  
Old August 26th 09, 02:36 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Quick access toolbar in inspector window

See http://msdn.microsoft.com/en-us/libr...02(VS.85).aspx

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


"Saeed" wrote in message
...
I have added few buttons in outlook inspector. I am using VSTO 2005 and
have
used ribbon xml to add these buttons. These buttons can be added to quick
access toolbar using
Customize quick access toolbar more commands.

Can I add these buttons programmatically to quick access toolbar, so that
these are already enabled when outlook is started?


  #3  
Old August 26th 09, 10:30 PM posted to microsoft.public.outlook.program_addins
Saeed
external usenet poster
 
Posts: 13
Default Quick access toolbar in inspector window

Hi Ken,
I am using VSTO 2005, and using C#. The xml I am using has custom buttons
like which are added using keywords like:
customUI ribbon tabs tab group togglebutton etc in xml file
I want one of the toggle buttons to be enabled by default in Quick Access
Toolbar of read message. I tried keyword qat but no luck. Please provide me
something relevant to that.

Here is my xml code:
customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad"
ribbon startFromScratch="true"
tabs
tab idMso="TabReadMessage"
group id="MyGroup"
label="My Group"
toggleButton id="toggleButton1"
size="large"
getLabel="GetLabel"
screentip="My Button Screentip"
onAction="OnToggleButton1"
imageMso="HappyFace" /
/group
/tab
/tabs
/ribbon
ribbon startFromScratch="true"
qat
documentControls
toggleButton id="toggleButton1" /
/documentControls
/qat
/ribbon
/customUI



"Ken Slovak - [MVP - Outlook]" wrote:

See http://msdn.microsoft.com/en-us/libr...02(VS.85).aspx

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


"Saeed" wrote in message
...
I have added few buttons in outlook inspector. I am using VSTO 2005 and
have
used ribbon xml to add these buttons. These buttons can be added to quick
access toolbar using
Customize quick access toolbar more commands.

Can I add these buttons programmatically to quick access toolbar, so that
these are already enabled when outlook is started?



  #4  
Old August 27th 09, 02:15 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Quick access toolbar in inspector window

You're going to have to research this yourself, I've never customized the
QAT using code so I have no sample code for that. As far as I know though
you cannot add your own custom ribbon stuff to the QAT, you can only add an
existing ribbon control. So if that's what you want to do I think you won't
be able to do it.

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


"Saeed" wrote in message
...
Hi Ken,
I am using VSTO 2005, and using C#. The xml I am using has custom buttons
like which are added using keywords like:
customUI ribbon tabs tab group togglebutton etc in xml file
I want one of the toggle buttons to be enabled by default in Quick Access
Toolbar of read message. I tried keyword qat but no luck. Please provide
me
something relevant to that.

Here is my xml code:
customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad"
ribbon startFromScratch="true"
tabs
tab idMso="TabReadMessage"
group id="MyGroup"
label="My Group"
toggleButton id="toggleButton1"
size="large"
getLabel="GetLabel"
screentip="My Button Screentip"
onAction="OnToggleButton1"
imageMso="HappyFace" /
/group
/tab
/tabs
/ribbon
ribbon startFromScratch="true"
qat
documentControls
toggleButton id="toggleButton1" /
/documentControls
/qat
/ribbon
/customUI


 




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
Office Logo-Quick Access toolbar disappeared Ali Lakhani Outlook - General Queries 2 April 6th 09 02:19 PM
How do I change an icon on the quick access toolbar? Maisieb Outlook - General Queries 1 April 4th 09 01:53 AM
The Office Button & Quick Access Toolbar to show up in Outlook AnthandWom Outlook - Installation 1 July 7th 08 03:36 PM
Quick Access Toolbar - Outlook 2007 Remove ABCD from Email address to reply Outlook - General Queries 2 June 22nd 07 10:32 PM
Ribbon and Quick Access Toolbar not appearing in Outlook 2007 David Outlook - Installation 1 January 19th 07 08:47 PM


All times are GMT +1. The time now is 09:18 AM.


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.