![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
It is possible to override or add cusom actions to rightclick menu (right click on message) ? Thank you Zdravko |
Ads |
#2
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 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
|
|||
|
|||
![]()
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 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
|
|||
|
|||
![]()
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 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 |
Display Modes | |
|
|
![]() |
||||
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 |