Re: Quick access toolbar in inspector window

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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/library/dd940502(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" <Saeed@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B734A7CF-9415-44AB-B815-BE86598ED941@xxxxxxxxxxxxxxxx
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?


.



Relevant Pages

  • Re: .NET objects (C#)
    ... The problem when I try to use a custom .NET type using the ... Nothing is serialized into XML. ... > message received by the orchestration, BizTalk will at this stage attempt ... I'm a consumer of WinRes, ...
    (microsoft.public.biztalk.general)
  • Office Supplemental Release (October 2009)
    ... Word will no longer read the Custom XML ... My PC is setup to automatically download and install MS updates, ... Dim pXML As String ...
    (microsoft.public.word.vba.general)
  • Re: Word 2007 compatibility pack does not interpret custom XML
    ... but saving the docx file as Word 2003 xml seems to ... flavors of Word 2003 when it comes to its own ability to read .XML files. ... Word 2003 standalone & Word 2003 Professional Edition have the ability to use custom schemas. ...
    (microsoft.public.word.conversions)
  • Re: app.config custom types
    ... Keep in mind my sample is not a direct KB on "how to implement a custom ... you gotta write the glue code which takes XML and converts it to a real ... This entry shows how to write a custom configuration handler (based on ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Macro to Change sort and collapse groups in Mail folder
    ... setting up whatever custom view I want. ... For sorting this is the sort of XML you need: ... You can also set grouping using tags for that. ...
    (microsoft.public.outlook.program_vba)