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

Right click menu



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 3rd 09, 11:26 PM posted to microsoft.public.outlook.program_addins
Zdravko
external usenet poster
 
Posts: 10
Default Right click menu

Hi
It is possible to override or add cusom actions to rightclick menu (right
click on message) ?

Thank you
Zdravko

Ads
  #2  
Old October 5th 09, 02:45 AM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Right click menu

In what Outlook version? Right-click on message where? In a folder view? In
the reading pane? In an open Inspector? Please be as specific as possible.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Zdravko" wrote:

Hi
It is possible to override or add cusom actions to rightclick menu (right
click on message) ?

Thank you
Zdravko


  #3  
Old October 5th 09, 08:39 AM posted to microsoft.public.outlook.program_addins
Zdravko
external usenet poster
 
Posts: 10
Default Right click menu

Hi
I meant on message (there where are From, Subject, Received ...)
Middle part of a screen if you using preview pane positioned right
Right of folders ...
I do not know what is name of that part, but when you right click on
message,
there is popup menu:
Open
Print
Reply
Reply to all
.....

That popup menu I will override or add some custom entrys, for 2003 and 2007
version.

Thank you

...
In what Outlook version? Right-click on message where? In a folder view?
In
the reading pane? In an open Inspector? Please be as specific as possible.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Zdravko" wrote:

Hi
It is possible to override or add cusom actions to rightclick menu (right
click on message) ?

Thank you
Zdravko



  #4  
Old October 5th 09, 01:39 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Right click menu

Outlook has two "screens" -- the Explorer window to show folders and their
contents and the Inspector window to show an individual item. Your
description applies to the Explorer window.

In versions before Outlook 2007, Outlook does not directly expose the
right-click context menu in its CommandBars collection. Richard Kagerer has
posted a code sample at http://www.outlookcode.com/codedetail.aspx?id=314
that shows how you might trick Outlook into exposing the context menu through
Explorer.CommandBars. The C++ sample add-in at
http://www.codeproject.com/atl/outlook2k3addin.asp also shows a technique for
working with the context menu. Both that and the Kagerer sample, though, use
unsupported techniques.

Outlook 2007 provides Application-level events for the most commonly used
context menus. Outlook MVP Eric Legault provides an introduction at
http://blogs.officezealot.com/legaul.../03/20442.aspx

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"Zdravko" wrote:

Hi
I meant on message (there where are From, Subject, Received ...)
Middle part of a screen if you using preview pane positioned right
Right of folders ...
I do not know what is name of that part, but when you right click on
message,
there is popup menu:
Open
Print
Reply
Reply to all
.....

That popup menu I will override or add some custom entrys, for 2003 and 2007
version.

Thank you

...
In what Outlook version? Right-click on message where? In a folder view?
In
the reading pane? In an open Inspector? Please be as specific as possible.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Zdravko" wrote:

Hi
It is possible to override or add cusom actions to rightclick menu (right
click on message) ?

Thank you
Zdravko




  #5  
Old October 6th 09, 12:39 PM posted to microsoft.public.outlook.program_addins
Zdravko
external usenet poster
 
Posts: 10
Default Right click menu

Hi
thank you

Zdravko

...
Outlook has two "screens" -- the Explorer window to show folders and their
contents and the Inspector window to show an individual item. Your
description applies to the Explorer window.

In versions before Outlook 2007, Outlook does not directly expose the
right-click context menu in its CommandBars collection. Richard Kagerer
has
posted a code sample at
http://www.outlookcode.com/codedetail.aspx?id=314
that shows how you might trick Outlook into exposing the context menu
through
Explorer.CommandBars. The C++ sample add-in at
http://www.codeproject.com/atl/outlook2k3addin.asp also shows a technique
for
working with the context menu. Both that and the Kagerer sample, though,
use
unsupported techniques.

Outlook 2007 provides Application-level events for the most commonly used
context menus. Outlook MVP Eric Legault provides an introduction at
http://blogs.officezealot.com/legaul.../03/20442.aspx

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"Zdravko" wrote:

Hi
I meant on message (there where are From, Subject, Received ...)
Middle part of a screen if you using preview pane positioned right
Right of folders ...
I do not know what is name of that part, but when you right click on
message,
there is popup menu:
Open
Print
Reply
Reply to all
.....

That popup menu I will override or add some custom entrys, for 2003 and
2007
version.

Thank you

...
In what Outlook version? Right-click on message where? In a folder
view?
In
the reading pane? In an open Inspector? Please be as specific as
possible.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Zdravko" wrote:

Hi
It is possible to override or add cusom actions to rightclick menu
(right
click on message) ?

Thank you
Zdravko





 




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
RIGHT CLICK MENU ON CONTACT William Outlook - Using Contacts 1 March 13th 08 08:24 PM
Right click menu Jack Sadie Outlook - Calandaring 2 April 26th 07 06:38 PM
How to add a menu item to AppointmentItem's right-click menu? OctopusThu Add-ins for Outlook 6 January 25th 07 06:43 PM
Need set reminder on right click menu P Cause Outlook - Calandaring 0 July 18th 06 12:40 PM
no menu when I click on e-mail, new gus Outlook - Installation 1 June 23rd 06 01:59 PM


All times are GMT +1. The time now is 10:25 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.