![]() |
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
|
|||
|
|||
![]()
I wrote an Outlook Addin a while back and I'm trying to see if it still works
in Outlook 2003. In can't remember exactly how I got this installed in Outlook in the past, I think I used the registry keys for an Exchange client extension. Now I'm looking to register it in a newer fashion, maybe an ECF file. Is that how addins are supposed to be installed/registered? Can someone point me to docs regarding this and potentially any samples? By the way, this is not an Exchange extension as I implement the Office extensibility interface (IDTExtensibility2). -- Thanks, Nick |
Ads |
#2
|
|||
|
|||
![]()
Exchange extensions use ECF's. Addins register themselves in either HKCU or
HKLM. Did you use a designer? What language did you use? If you used a designer you just need to run regsvr32 on the DLL. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "nickdu" wrote in message ... I wrote an Outlook Addin a while back and I'm trying to see if it still works in Outlook 2003. In can't remember exactly how I got this installed in Outlook in the past, I think I used the registry keys for an Exchange client extension. Now I'm looking to register it in a newer fashion, maybe an ECF file. Is that how addins are supposed to be installed/registered? Can someone point me to docs regarding this and potentially any samples? By the way, this is not an Exchange extension as I implement the Office extensibility interface (IDTExtensibility2). -- Thanks, Nick |
#3
|
|||
|
|||
![]()
I did not use a designer. I wrote my own ATL C++ COM object. Is there some
doc that talks about the registry keys that are required? -- Thanks, Nick "Ken Slovak - [MVP - Outlook]" wrote: Exchange extensions use ECF's. Addins register themselves in either HKCU or HKLM. Did you use a designer? What language did you use? If you used a designer you just need to run regsvr32 on the DLL. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "nickdu" wrote in message ... I wrote an Outlook Addin a while back and I'm trying to see if it still works in Outlook 2003. In can't remember exactly how I got this installed in Outlook in the past, I think I used the registry keys for an Exchange client extension. Now I'm looking to register it in a newer fashion, maybe an ECF file. Is that how addins are supposed to be installed/registered? Can someone point me to docs regarding this and potentially any samples? By the way, this is not an Exchange extension as I implement the Office extensibility interface (IDTExtensibility2). -- Thanks, Nick |
#4
|
|||
|
|||
![]()
See if this helps: http://support.microsoft.com/?kbid=302901
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "nickdu" wrote in message ... I did not use a designer. I wrote my own ATL C++ COM object. Is there some doc that talks about the registry keys that are required? -- Thanks, Nick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Another Addin Failure | gandolf | Add-ins for Outlook | 1 | September 7th 06 10:26 AM |
A different problem with Outlook Addin | Ram | Add-ins for Outlook | 1 | April 24th 06 03:31 PM |
how to program an addin? | Pit | Add-ins for Outlook | 2 | March 31st 06 04:33 AM |
Hummingbird Addin | Danny | Add-ins for Outlook | 0 | February 4th 06 08:00 PM |
Outlook addin help | Melbin | Outlook - Using Forms | 0 | January 24th 06 01:12 PM |