473,378 Members | 1,510 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Receive Email with VB2005?

Can someone point me in the right direction?

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

Al G
Sep 5 '07 #1
5 2633
"Al G" <ag*******@nospam.charter.netwrote in
news:bX*************@newsfe02.lga:
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.
Sep 5 '07 #2

"Spam Catcher" <sp**********@rogers.comwrote in message
news:Xn**********************************@127.0.0. 1...
"Al G" <ag*******@nospam.charter.netwrote in
news:bX*************@newsfe02.lga:
>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.
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
Sep 5 '07 #3
"Al G" <ag*******@nospam.charter.netwrote in
news:8O*************@newsfe05.lga:
>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'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.
Sep 5 '07 #4

"Spam Catcher" <sp**********@rogers.comwrote in message
news:Xn**********************************@127.0.0. 1...
"Al G" <ag*******@nospam.charter.netwrote in
news:8O*************@newsfe05.lga:
>>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'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.
I see, my apologies, I have a Pop3 account.

Al G
Sep 5 '07 #5
see http://www.lesnikowski.com/mail/

--
HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com)
Membre du réseau .NET Expertise www.dotnet-expertise.com
"Al G" <ag*******@nospam.charter.netwrote in message
news:bX*************@newsfe02.lga...
Can someone point me in the right direction?

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

Al G

Sep 6 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Sven Groot | last post by:
I have a Windows Service application that acts as if it's an SMTP server. Outlook connects to this service, which is always running on the localhost. This works fine most of the time. However,...
2
by: Jerry Spence1 | last post by:
1. Is there a more suitable, dedicated newsfeed for VB2005 yet? 2. I'm confused as to which version to get. I work for a small company and we will just need VB2005 on my PC. Therefore that tends...
0
by: Rich | last post by:
Hello, I just upgraded a vb2003 app to vb2005. The vb2003 app had/has a statusbar object - which contains panels and I can see the properties of the statusbar in the properties window in...
22
by: Sharrukin Amiri | last post by:
Can anyone give me a head start on programming outlook to send and recieve mail via VB 2005. I want to automatically send a unique pin number to a customer who's credit card was approved. I am...
5
by: =?Utf-8?B?T3N2YWxkbyBSb3Nhcmlv?= | last post by:
I'm using SMTP for email in a VB2005 application. The problem is that the email is sent when I exit the application, not at the moment that the client.Send command is generated. There's a...
15
by: Aalaan | last post by:
I am presently a user of classic vb6 and hang out on those newsgroups. Some of you may be aware that there is a very anti MS and vb2005 feeling there. I have tried to get them to tell me which...
1
by: Jeffrey Christiansen | last post by:
I wanted to add a toggle button to a VB2005 form to be used for a simple Windows Application (i.e. compiled to a "*.exe"), so I added the ActiveX Microsoft Forms Object toggle button, however I...
1
by: Vae07 | last post by:
Ok so here is a brief summary of my problem. I need a pop up form that submits input text box information to a pocket excel workbook upon a command botton click. Text box inputs are checked for...
1
by: Beginner KS | last post by:
Hi, I want to design a form in the VB2005(visual studio 2005) to receive data(temperature measurement result) from microcontroller(which is CPLD coolrunner II) after received the data then it will be...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.