![]() |
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 |
#4
|
|||
|
|||
![]()
You have a choice then of two different add-in architectures -- classic COM add-ins (shared = IDTExtensibility) and VSTO add-ins. I have long articles on both on my site (see signature) with links to lots of resources. The biggest challenge is that your button in Outlook 2007 will need to be on the new ribbon interface if you want users to be able to find it. My fellow MVP Ken Slovak has posted a lot in the microsoft.public.outlook.program_addins forum on issues related to building an add-in for both versions and still being able to handle the ribbon.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "JRomeo" wrote in message ... Outlook 2003 and higher. "Sue Mosher [MVP-Outlook]" wrote: You'll need to adjust your expectation. COM add-ins are client applications. Nothing you do on the Exchange side can add a custom command to the Outlook toolbars or menus. Your add-in will need to be installed on every client machine. Your options for building the add-in depend in part on the Outlook version(s) to be supported. They are ....? "JRomeo" wrote in message ... Hi: I'd like to add a control to the standard toolbar of the New Appointment form, that, when clicked captures the selected Start Time and End Time of the appointment and navigates to a given URL with these items in the query string. This control will need to be implemented on the Exchange side since this functionality will be for a fairly large user base. I'm assuming COM add-ins are the way to go, but this is my first time doing this. Can anyone point me to some code I can modify to suit my needs and perhaps how to implement in Exchange? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
multi select control not in my control toolbox | GolfGal | Outlook - Using Forms | 4 | August 13th 07 09:26 PM |
Can't Open the Control Toolbox | wmanon | Outlook - Using Forms | 2 | May 13th 07 06:42 PM |
Outlook View Control embedded in custom control | [email protected] | Outlook - General Queries | 1 | November 8th 06 11:41 AM |
Outlook View Control embedded in custom control | [email protected] | Outlook - Using Forms | 1 | November 8th 06 11:41 AM |
Binding a Control to an ADODC Control, Is it possible | Andrew Sampels | Outlook - Using Forms | 1 | August 8th 06 10:02 PM |