matrixknow
IS-IT--Management
- May 3, 2007
- 78
I wrote some code to send email.
If Outlook is proper installed on your PC : it works fine.
However, what should you write if you use the light free version Outlook Express. Can you refer to this ?
now I use
it activate Outlook which is on my pc not proper installed.
So I can't send the mail.
If Outlook is proper installed on your PC : it works fine.
However, what should you write if you use the light free version Outlook Express. Can you refer to this ?
now I use
Code:
Set OL = CreateObject("outlook.application")
it activate Outlook which is on my pc not proper installed.
So I can't send the mail.