Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 How to Receieve emails using POP3 in VB6

Author  Topic 

Mamatha
Posting Yak Master

102 Posts

Posted - 2005-04-06 : 02:30:18
Hi

I want to know the functionality to receieve emails from VB6.0 using POP3 server authentication,If any one knows the solution please let me know.
Thaks in advance.

Mamatha

Mamatha

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2005-04-06 : 02:33:52
You need to go find an activex POP3 component. Google should help with that.


Damian
Ita erat quando hic adveni.
Go to Top of Page

Mamatha
Posting Yak Master

102 Posts

Posted - 2005-04-06 : 02:52:33
Hi

I want only functionality,means code in VB6.0
I don't want any exe files.

Thanks


Mamatha
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2005-04-06 : 03:18:08
I have no idea what you are talking about.

You should go an get an activex dll that will handle all the POP3 communication.
To write the code, you need to know all about socket programming, and the pop3 RFC. I don't think this is within your ability (no offence, but if you knew how to do this, you wouldn't be asking).


Damian
Ita erat quando hic adveni.
Go to Top of Page
   

- Advertisement -