I need to put VBA code in MS ACCESS file to send emails,
I used the date type outlook.applicatoin,
I get error message : [that user-defined type NOT defined]
So I go Tools>References and click checkbox "Microsoft Outlook 15.0 Object Library"
Now the error message says : Error in Loading DLL
It appears at this line of code :
Set MailOutLook = appOutLook.CreateItem(olMa
ilItem)
UU.png