Disable error message window

P

Penny Zhang

I am programming an unattendant software. We need the software sends email
out if there is a unusual problem happening.

When we test, we noticed that our software would be stopped there if Outlook
pops up a error message window.

We need to disable the Outlook error message window because our software is
an unattendant one. Nobody closese the window there.

I could not find a way to get rid of the error message window. Please write
me a email if you know how. Appreciate your help.

Penny
 
J

John Blessing

Penny Zhang said:
I am programming an unattendant software. We need the software sends email
out if there is a unusual problem happening.

When we test, we noticed that our software would be stopped there if
Outlook
pops up a error message window.

We need to disable the Outlook error message window because our software
is
an unattendant one. Nobody closese the window there.

I could not find a way to get rid of the error message window. Please
write
me a email if you know how. Appreciate your help.

Penny

Don't use Outlook to send your email.

Use an activex smtp component. Google will help you find one.

--
John Blessing

http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses
http://www.room-booking-software.com - Schedule rooms & equipment bookings
for your meeting/class over the web.
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook, find/replace,
send newsletters
 
P

Penny Zhang

John,

In our software, I use activex control: MAPIsession/MAPImessage to send my
email.
It needs Outlook or Netscape to support.

Is MAPIsession / MAPImessage the activex smtp component that you mentioned
in your reply?
 
J

John Blessing

Is MAPIsession / MAPImessage the activex smtp component that you mentioned
in your reply?


No. MAPI is just an interface to Outlook.

Use a standalone SMTP component, e.g. Jmail, mailbee or something similar

John


--
John Blessing

http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses
http://www.room-booking-software.com - Schedule rooms & equipment bookings
for your meeting/class over the web.
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook, find/replace,
send newsletters
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top