Receive Email with VB2005?

A

Al G

Can someone point me in the right direction?

I need to programmatically receive e-mails, and save the attachment, using
VB2005.

Al G
 
G

Guest

Can someone point me in the right direction?

I need to programmatically receive e-mails, and save the attachment,
using VB2005.


Are you accessing Outlook or POP3 or IMAP?

You need to access a mail server and download the messages.

You can use a 3rd party component like nSoftware's IPWorks... or Indy
Sockets.
 
A

Al G

Spam Catcher said:
Are you accessing Outlook or POP3 or IMAP?

You need to access a mail server and download the messages.

You can use a 3rd party component like nSoftware's IPWorks... or Indy
Sockets.

I'm trying to build a stand alone application, and would rather not put
on outlook. I was looking for a way to do it within VB2005. I guess I kind
of assumed MS had some kind of functionality I hadn't been able to find.

Al G
 
G

Guest

I'm trying to build a stand alone application, and would rather
not put
on outlook.

I'm not telling you to install outlook. I'm asking where is your mail
stored?

Exchange Server, POP3, or IMAP? :)

I was looking for a way to do it within VB2005. I guess I
kind of assumed MS had some kind of functionality I hadn't been able
to find.

There is no built in functionality. You need to write it from scratch
(hard) or use a 3rd party component.
 
A

Al G

Spam Catcher said:
I'm not telling you to install outlook. I'm asking where is your mail
stored?

Exchange Server, POP3, or IMAP? :)



There is no built in functionality. You need to write it from scratch
(hard) or use a 3rd party component.

I see, my apologies, I have a Pop3 account.

Al G
 

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

Similar Threads


Top