R
Richard Kure
I encountered a problem sending an email on my windows XP, which I thought
was a bit weird, cause it worked for me before on windows XP.
So I tried on some other computers with windows XP, and managed to send
emails on the systems where outlook was not installed.
So I'm pretty sure the problem lies in outlook using exchange server.
Does anyone know how to solve this, maybe send the mail to the exchange
server or outlook instead. I dont wanna use the outlook dll file, like this
Dim outlookApp As Outlook._Application
outlookApp = New Outlook.Application
That is not an acceptable solution, any other ways to work around the
problem, or solve the problem?
was a bit weird, cause it worked for me before on windows XP.
So I tried on some other computers with windows XP, and managed to send
emails on the systems where outlook was not installed.
So I'm pretty sure the problem lies in outlook using exchange server.
Does anyone know how to solve this, maybe send the mail to the exchange
server or outlook instead. I dont wanna use the outlook dll file, like this
Dim outlookApp As Outlook._Application
outlookApp = New Outlook.Application
That is not an acceptable solution, any other ways to work around the
problem, or solve the problem?