Even without a designer you can create a class module and Implement
IDTExtensibility2 to create a COM addin DLL. You just need to handle
the registration of the DLL yourself if you aren't using a designer.
You still need to Implement IDTExtensibility2 and handle all its
exposed events even with a designer.
You can also implement Outlook automation in a standalone program such
as an EXE, I do that all the time too.
ableI2000 said:
Thank you, Ken.
You have answered on my another question about the grid control on Outlook Form.
My understanding is that if you are not referencing Microsoft Add-in designer library then
you are creating ActiveX dll. It doesn't handle directly the
Outlook events. You have to call