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

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



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 9th 06, 09:03 AM posted to microsoft.public.outlook.program_addins
Vivek Jain
external usenet poster
 
Posts: 1
Default Is it Possible to Add a Pane in Navigation Pane with .net(c#)

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


Ads
  #2  
Old May 9th 06, 12:57 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Is it Possible to Add a Pane in Navigation Pane with .net(c#)

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Vivek Jain" Vivek wrote in message ...
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


  #3  
Old May 9th 06, 04:22 PM posted to microsoft.public.outlook.program_addins
Bugsie
external usenet poster
 
Posts: 1
Default Is it Possible to Add a Pane in Navigation Pane with .net(c#)

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!




"Sue Mosher [MVP-Outlook]" wrote:

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Vivek Jain" Vivek wrote in message ...
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



  #4  
Old May 9th 06, 05:25 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Is it Possible to Add a Pane in Navigation Pane with .net(c#)

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Bugsie" wrote in message ...
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?


"Sue Mosher [MVP-Outlook]" wrote:

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


"Vivek Jain" Vivek wrote in message ...
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



  #5  
Old May 16th 06, 05:47 AM posted to microsoft.public.outlook.program_addins
Thaddaeus Parker
external usenet poster
 
Posts: 17
Default Is it Possible to Add a Pane in Navigation Pane with .net(c#)

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/Outloo...on+Sample.aspx or
download the code at
:http://www.microsoft.com/downloads/d...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
"Sue Mosher [MVP-Outlook]" wrote in message
...
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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Bugsie" wrote in message
...
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?


"Sue Mosher [MVP-Outlook]" wrote:

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


"Vivek Jain" Vivek wrote in message
...
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





 




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
other calendar's missing from navigation pane Robbit Outlook - Calandaring 0 March 30th 06 07:19 PM
How do you add a new pane in the contact navigation pane? Vgenung Outlook - Using Contacts 1 March 21st 06 10:01 PM
navigation pane question Irene Outlook and VBA 1 March 17th 06 07:31 AM
Views in Navigation Pane Colin G Outlook - Using Contacts 0 February 10th 06 10:40 AM
outlook navigation pane jim b Outlook - Installation 1 February 9th 06 05:56 PM


All times are GMT +1. The time now is 11:42 PM.


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.