adding a new tool bar

K

kishore

I need write a COM add-in to OutLook that adds a new
toolbar to the OutLook's Toolbar.
This new tool bar should appear only in new mail window.
I.e Composing a mail

I need to add two command buttons to that new toolbar.
There are two commands(buttons) by name "Digitally sign
Message" and "Encrypt Message Contents and Attachments".

These are present in the Tools -> Customize -> Commands ->
In categories select Standard -> on the Right side, if you
scroll down you can see commands(buttons) by
name "Digitally sign Message" and "Encrypt Message
Contents and Attachments".

On the whole, what i am trying for is , placing the above
two commands on my new toolbar that i will create using
com addin.

So, . These buttons are already present in the standard
command bar (This buttons will come only when you try to
customize the tool bar of new mail). We need to add this
Digitally sign message and Encrypt message contents and
Att…. Buttons to the outlook programmatically using
some
com addin or some other technology.

The buttons should appear on their own toolbar in the
Wordmail or Outlook message entry windows.

There are two different email-editing solutions in
Outlook -Mail Editor and Wordmail.

Since this code calls the Outlook Sign and Encrypt
functions it can be a standalone object (not connected to
any other module) and should not have any dependencies
besides Outlook.

Could you please help in on writing a com addin or some
macro where it will create a new commandbar and will place
these two buttons on that new command bar.

Please do help me in this regard and thank you in advance
for the help.
 
T

Tushar Mehta

I could be mistaken but your post comes across as if you want someone
to do your job for you. Maybe some generous soul will oblige but, if
not, you are much more likely to receive help for a specific problem
rather than for a "here are the specs; give me a solution" posting.
So, consider this: take a stab at the task at hand. If you get stuck
with a specific problem, ask for help [though probably not from me
since I don't know enough about the OL object model.]

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top