Is it Possible to Add a Pane in Navigation Pane with .net(c#)

G

Guest

Hi,

I need to intrigrate my app with outlook and for this i want to add a new
pane in outlook navigation pane. I have tried add custom bars in other areas
such as menu and standard tool box but i want to add a new pane in navigation
pane, obviously i will develope a form for it later on to be viewed in the
right pane.

Can you please suggest me is it possible or not.
If possible then how should i approach to achieve this.

Thanks in advance

Vivek Jain
(e-mail address removed)
 
S

Sue Mosher [MVP-Outlook]

No, it is not possible to add a new pane in the navigation pane by any means.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

HI Sue,

I have another question for you in this regard.
I thought it was possible to have, apart from the folder list, inbox and
reading pane, another pane with shortcuts to the left of your screen that you
can keep "up and online" all the time. (So basically spltting up your screen
once more where you keep these shortcuts all the time as a button list).

The problem is that I am working with an integrated MS CRM system in
Outlook, and I want more user-friendliness when someone is working with this
version of CRM. I think that by keeping this shortcut list up, apart from the
regular folder list, would help. Can you help me out?

Thank you!
 
S

Sue Mosher [MVP-Outlook]

Not in Outlook 2003. The Outlook Bar and its shortcuts migrated to the Shortcuts navigation pane.

For your scenario, I'd recommend a custom toolbar.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Bugsie said:
HI Sue,

I have another question for you in this regard.
I thought it was possible to have, apart from the folder list, inbox and
reading pane, another pane with shortcuts to the left of your screen that you
can keep "up and online" all the time. (So basically spltting up your screen
once more where you keep these shortcuts all the time as a button list).

The problem is that I am working with an integrated MS CRM system in
Outlook, and I want more user-friendliness when someone is working with this
version of CRM. I think that by keeping this shortcut list up, apart from the
regular folder list, would help. Can you help me out?
 
T

Thaddaeus Parker

Your best on how this can be done is to take a look at the CRM Integration
code at: http://devhawk.net/2006/01/10/Outlook+Integration+Sample.aspx or
download the code at
:http://www.microsoft.com/downloads/...E9-1E88-4F51-8C98-3C1999CFE743&displaylang=en

This group of code helped me out tremendously! Although this code group is
wrapped around the VSTO 2005 code block. It is not that hard to integrate
with VS2003/.NET1.1 and VS2005/.NET2.0 Shared Add-ins. Take at look at Eric
Carter's book on VSTO in Chapter 24 about creating shimmed shared addins
with either VSTO or regular COM code.

Regards,

Thaddaeus
Not in Outlook 2003. The Outlook Bar and its shortcuts migrated to the
Shortcuts navigation pane.

For your scenario, I'd recommend a custom toolbar.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Bugsie said:
HI Sue,

I have another question for you in this regard.
I thought it was possible to have, apart from the folder list, inbox and
reading pane, another pane with shortcuts to the left of your screen that
you
can keep "up and online" all the time. (So basically spltting up your
screen
once more where you keep these shortcuts all the time as a button list).

The problem is that I am working with an integrated MS CRM system in
Outlook, and I want more user-friendliness when someone is working with
this
version of CRM. I think that by keeping this shortcut list up, apart from
the
regular folder list, would help. Can you help me out?
 

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