send and receive emails (SMTP, POP3) 
Author Message
 send and receive emails (SMTP, POP3)

I want to enable my application (VB 5.0 with Service Pack 3, Windows NT with
Service Pack 3) to send and receive files by email. The user should not have
to interact. With Mapi I have the problem that a logon window appears (error
with logonUI = false ???) and that the user has to customize profiles in MS
Exchange. So I want to use SMTP and POP3 directly. Has anybody experiences
at programming such functions especially with attachment ? Does anybody know
web sites for that problem or samples ?

Thanks in advance,
Claudia Traunfellner
--

please cut .NoJunk from the email address

-----
Claudia Traunfellner
alfa Integrierte Systeme




Tue, 21 Nov 2000 03:00:00 GMT  
 send and receive emails (SMTP, POP3)

Claudia,

There is an interesting article and code (C)  in the Windows Developer's Journal
for June.  It is "an SMTP Sendmail() Function" by Arnab Bhaduri.  The code for
the DLL is at http://www.wdj.com/code/ in a file bhaduri.zip.  It sounds like it
might be a solution for your application.

Armstead Feland

Quote:

> I want to enable my application (VB 5.0 with Service Pack 3, Windows NT with
> Service Pack 3) to send and receive files by email. The user should not have
> to interact. With Mapi I have the problem that a logon window appears (error
> with logonUI = false ???) and that the user has to customize profiles in MS
> Exchange. So I want to use SMTP and POP3 directly. Has anybody experiences
> at programming such functions especially with attachment ? Does anybody know
> web sites for that problem or samples ?

> Thanks in advance,
> Claudia Traunfellner
> --

> please cut .NoJunk from the email address

> -----
> Claudia Traunfellner
> alfa Integrierte Systeme





Tue, 21 Nov 2000 03:00:00 GMT  
 send and receive emails (SMTP, POP3)

Hi,

Check out www.mabry.com and their SMTP / POP3 email control.  You can download a
free trial version and it has some pretty decent examples to help get you
started.

I hope this helps!

Shawn

Quote:

> I want to enable my application (VB 5.0 with Service Pack 3, Windows NT with
> Service Pack 3) to send and receive files by email. The user should not have
> to interact. With Mapi I have the problem that a logon window appears (error
> with logonUI = false ???) and that the user has to customize profiles in MS
> Exchange. So I want to use SMTP and POP3 directly. Has anybody experiences
> at programming such functions especially with attachment ? Does anybody know
> web sites for that problem or samples ?

> Thanks in advance,
> Claudia Traunfellner
> --

> please cut .NoJunk from the email address

> -----
> Claudia Traunfellner
> alfa Integrierte Systeme





Tue, 21 Nov 2000 03:00:00 GMT  
 send and receive emails (SMTP, POP3)

Quote:

>I want to enable my application (VB 5.0 with Service Pack 3, Windows NT with
>Service Pack 3) to send and receive files by email. The user should not have
>to interact. With Mapi I have the problem that a logon window appears (error
>with logonUI = false ???) and that the user has to customize profiles in MS
>Exchange. So I want to use SMTP and POP3 directly. Has anybody experiences
>at programming such functions especially with attachment ? Does anybody know
>web sites for that problem or samples ?

You can download an evaluation of SocketTools from our site at www.catalyst.com.
Take a look at the SMTP, POP3 and MIME controls that are part of the package.
Basically, you'd use the MIME control to compose your message (set the address,
subject, etc.) and the SMTP to send it; to retrieve mail, you'd use the POP3
control to pull down the message and feed it to the MIME control to get at the
message body and extract any attachments. If you have any questions, just let me
know.

-Mike

----

Catalyst Development Corporation          Web:   http://www.catalyst.com



Wed, 22 Nov 2000 03:00:00 GMT  
 send and receive emails (SMTP, POP3)

Claudia
Did you tried out the sample on http://www.wdj.com/code/? I tested it
and it faild. I dont know why. I am using NT. Did it run on your
machine? I have got an error in the socket-protocoll part.
Martin

On Fri, 5 Jun 1998 10:51:10 +0200, "Claudia Traunfellner"

Quote:

>I want to enable my application (VB 5.0 with Service Pack 3, Windows NT with
>Service Pack 3) to send and receive files by email. The user should not have
>to interact. With Mapi I have the problem that a logon window appears (error
>with logonUI = false ???) and that the user has to customize profiles in MS
>Exchange. So I want to use SMTP and POP3 directly. Has anybody experiences
>at programming such functions especially with attachment ? Does anybody know
>web sites for that problem or samples ?

>Thanks in advance,
>Claudia Traunfellner
>--

>please cut .NoJunk from the email address

>-----
>Claudia Traunfellner
>alfa Integrierte Systeme





Wed, 22 Nov 2000 03:00:00 GMT  
 send and receive emails (SMTP, POP3)

I downloaded a routine from www.planet-source-code.com/vb Thursday.  I have
not tried it yet so I can't say how it works.

Cliff Lane

Quote:
>On Fri, 5 Jun 1998 10:51:10 +0200, "Claudia Traunfellner"

>>I want to enable my application (VB 5.0 with Service Pack 3, Windows NT
with
>>Service Pack 3) to send and receive files by email. The user should not
have
>>to interact. With Mapi I have the problem that a logon window appears
(error
>>with logonUI = false ???) and that the user has to customize profiles in
MS
>>Exchange. So I want to use SMTP and POP3 directly. Has anybody experiences
>>at programming such functions especially with attachment ? Does anybody
know
>>web sites for that problem or samples ?

>>Thanks in advance,
>>Claudia Traunfellner
>>--



Thu, 23 Nov 2000 03:00:00 GMT  
 send and receive emails (SMTP, POP3)

Check out www.mabry.com. That's what i use, its perfect foryou.



Quote:
> I want to enable my application (VB 5.0 with Service Pack 3, Windows NT
with
> Service Pack 3) to send and receive files by email. The user should not
have
> to interact. With Mapi I have the problem that a logon window appears
(error
> with logonUI = false ???) and that the user has to customize profiles in
MS
> Exchange. So I want to use SMTP and POP3 directly. Has anybody
experiences
> at programming such functions especially with attachment ? Does anybody
know
> web sites for that problem or samples ?

> Thanks in advance,
> Claudia Traunfellner
> --

> please cut .NoJunk from the email address

> -----
> Claudia Traunfellner
> alfa Integrierte Systeme





Fri, 24 Nov 2000 03:00:00 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. send and receive emails (SMTP, POP3)

2. send and receive emails (SMTP, POP3)

3. send and receive emails (SMTP, POP3)

4. Receiving emails through POP3 Sending with SMTP in VB5

5. Receiving emails through POP3 Sending with SMTP in VB5

6. Receiving emails through POP3 Sending with SMTP in VB5

7. Receiving emails through POP3 Sending with SMTP in VB5

8. Receiving emails through POP3 Sending with SMTP in VB5

9. How do i send a email in vb using pop3 and smtp

10. Get Email Address and pop3 account and smtp server Defaults

11. Internet Email SMTP/POP3

12. SMTP/POP3 email client using SocketWrench

 

 
Powered by phpBB® Forum Software