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.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"ableI2000" <(E-Mail Removed)> wrote in message
news:AFB6FC38-22A5-436E-8B2C-(E-Mail Removed)...
> 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
> public methods from Vbscript and pass the Item object to use this
approach
>
> thank you.
>