P
PJ
Hi
I was hoping someone can help me.
I have setup a trusted outlook Com-Addin and i use the
Addin in a visual basic external executable. The reason
for this is so we can send mail through our visual basic
application as trusted as we just call routines setup in
the trusted DLL in outlook.This all works fine.
My problem is that if outlook is not running and and you
try to send an email from the visual basic application you
get an error message. I need to kick of outlook
automatically in my external executeable so that it is
running so when the email is sent there is no problems.
Does anyone know how to kick of outlook from your vb
application as i have tried -
Set objApp = New Outlook.Application which was suppose to
work and it doesn't.
If you could help i would really appreciate it.
Thanks in advance for your time.
Kind Regards
PJ.
I was hoping someone can help me.
I have setup a trusted outlook Com-Addin and i use the
Addin in a visual basic external executable. The reason
for this is so we can send mail through our visual basic
application as trusted as we just call routines setup in
the trusted DLL in outlook.This all works fine.
My problem is that if outlook is not running and and you
try to send an email from the visual basic application you
get an error message. I need to kick of outlook
automatically in my external executeable so that it is
running so when the email is sent there is no problems.
Does anyone know how to kick of outlook from your vb
application as i have tried -
Set objApp = New Outlook.Application which was suppose to
work and it doesn't.
If you could help i would really appreciate it.
Thanks in advance for your time.
Kind Regards
PJ.