Hello,
I use CDO to send emails in my Access application. I use late binding.
I wanted to know if I need to provide a .DLL file with my installation package to ensure this code works on all Windows Operating Systems (XP to Windows 8).
If I do need to provide a .DLL file is it "cdosys.dll"? I have this file on my machine and my CDO code is working. Can I simply include the cdosys.dll file in the same folder as the app or do I need to register it on the users machines?
Thank you
I use CDO to send emails in my Access application. I use late binding.
Code:
Set objCDOMessage = CreateObject("CDO.Message")
Set objCDOConfig = CreateObject("CDO.Configuration")
I wanted to know if I need to provide a .DLL file with my installation package to ensure this code works on all Windows Operating Systems (XP to Windows 8).
If I do need to provide a .DLL file is it "cdosys.dll"? I have this file on my machine and my CDO code is working. Can I simply include the cdosys.dll file in the same folder as the app or do I need to register it on the users machines?
Thank you
Last edited: