borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how to track login logout times)Next Topic (monitor a person's activity remotely) New Topic New Poll Post Reply
AndreaVB Forum : Network : send email in the background
Poster Message
hamohd70
Level: Guest


icon send email in the background

Does anyone know how to send and email in the background?
i mean without showing the email progress dialog?

OR how to disable this dialog?

15-05-2003 at 07:54 AM
| Quote Reply
Israrulhaq
Level: Guest

icon Re: send email in the background

Write the following codein to your Project in the Form_load Procedure form1.visible=false

03-06-2003 at 03:29 AM
| Quote Reply
hamohd70
Level: Guest

icon Re: send email in the background

thanks but outlook express for example detects that an email is about to be sent and notifies the user.

03-06-2003 at 11:57 AM
| Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1617
icon Re: send email in the background

There's no way around it (usine MAPI). It's a security feature since hackers decided to take advantage of it. (Unless you ocmpletely removed all security of outlook it might work, but then it's completely open to scripts/viruses).





____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

03-06-2003 at 07:35 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
andrea_deleon
Level: Guest

icon Re: send email in the background

Hi JLRodgers.

I have peeped a book before in visual basic 5. It taught how to send email messages and it's not using outlook, or bypassed outlook, I think. It uses an ocx (or activex, not sure) from Marby (third party software maker). I don't know if that ocx is free now.

So how did they do it? How can it be done without buying third party ocx?

10-07-2003 at 07:03 PM
| Quote Reply
tokarbil
Level: Guest

icon Re: send email in the background

If you are not required to use MAPI and are targeting NT based systems, then look at a program called BLAT.EXE.  You can shell an SMTP mail message out to it.

The really cool thing about BLAT is that there is a DLL available for it, and the source code is also available for it.

http://gepasi.dbs.aber.ac.uk/softw/blat.html

30-07-2003 at 11:46 AM
| Quote Reply
AndreaVB Forum : Network : send email in the background
Previous Topic (how to track login logout times)Next Topic (monitor a person's activity remotely) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder