Hi experts,
I try to send a mail with attachment using cdosys.dll.
Dim iCfg As CDO.Configurati on
Dim iMsg As CDO.Message
Set iCfg = New CDO.Configurati on
...
the compile got error user-defined type not defined on New CDO.Configurati on
I got the module cdosys32.dll in ma system Windows.system3 2
What wrong which I encountered ? or missed ?
Please ! Someone can explain the reason to my problem. Thank you in advanced
I try to send a mail with attachment using cdosys.dll.
Dim iCfg As CDO.Configurati on
Dim iMsg As CDO.Message
Set iCfg = New CDO.Configurati on
...
the compile got error user-defined type not defined on New CDO.Configurati on
I got the module cdosys32.dll in ma system Windows.system3 2
What wrong which I encountered ? or missed ?
Please ! Someone can explain the reason to my problem. Thank you in advanced
Comment