OK, my DLL is complete, I beta tested on 3 user's PCs and I'm trying to distribute it to a larger audience. I chose to distribute it via a login script that copies the DLL to the user's PC and runs REGSVR32 with the /s switch. This worked great except 2 users are unable to register the DLL. I...
Is there a way to trap an event when an Outlook MailItem is deleted? I don't see such an event in the object explorer. I'm working on an Outlook Addin and I have a need to trap such an event. Any help would be greatly appreciated.
Jeff
Does anyone know if there is an easy way to determine a drive type in a login script? I found a 3rd party tool that can do it (http://xteq.digitaldaze.com/products/gtyp/) which leads me to believe there's no real easy way to do it from a command prompt but I thought I'd check just in case...
Paul,
I think you need to add those other keys if you create it as an ActiveX DLL project in VB6. I created my DLL as an Addin project. I copied it to a folder on the user's hard drive and typed "regsvr32 myaddin.dll" from a command prompt on the user's machine and it worked. For some...
I discovered that my DLL can be registered by simply using regsvr32.exe. I'm not sure if this works for DLL's created as ActiveX DLL projects in VB6 but it definitely works for DLL's created as Addin projects in VB6. To distribute, I'm going to add a couple statements to the login script to copy...
Thanks for the great info Paul! I really appreciate it. I actually got it to work using an ActiveX DLL project and using the Addin designer in VB6. I did have to add a reference to the Microsoft Outlook 9.0 Object Library.
My next questions are which method should I use and how do I implement...
Hi,
In this thread, paulbent made this statement:
"If you want to catch the mail as it's received then in theory you could create a COM addin for OL2000 to which is passed the mail received event."
I'm trying to create a COM addin for OL2000 to which is paseed the mail sent event...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.