473,506 Members | 9,749 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Email client within Access

I know how to send email out of Access, and that's no problem. What I need
to figure out is how to receive email into access.

Say that I give access an email address, such as ac****@daven.com. I want
all email that comes to that address to be received directly by the database
so that I can parse out the files.

I'm thinking that, worst case, I can write my own email client using the
winsock control. But is that my only alternative?

Thanks!

dt
Nov 13 '05 #1
7 5398
Daven,
Tie MS Outlook and Access together. Outlook would deliver the mail to
Access and go from there.

"Daven Thrice" <da*********@NOyahooSPAM.com> wrote in message
news:xfSqd.130094$cJ3.21074@fed1read06...
I know how to send email out of Access, and that's no problem. What I need
to figure out is how to receive email into access.

Say that I give access an email address, such as ac****@daven.com. I want
all email that comes to that address to be received directly by the
database so that I can parse out the files.

I'm thinking that, worst case, I can write my own email client using the
winsock control. But is that my only alternative?

Thanks!

dt

Nov 13 '05 #2

"Alan Webb" <kn*****@hotmail.com> wrote in message
news:-s********************@comcast.com...
Daven,
Tie MS Outlook and Access together. Outlook would deliver the mail to
Access and go from there.


I've been thinking about that. I've been wondering what all is involved in
doing something like that. I've written several routines in Access that do
things like schedule an appointment, create an email, or add a to-do item to
the task list. But that is all one-way communication.

In my mind, what I see would be simply attaching a table. In Outlook, I
would then setup a filter such that any email sent to the access@ account
would go into one particular folder, and I would then be able to view (and
work with) the email in Access, on a form and also within code (since there
is parsing involved).

The ability to add a few fields to the Outlook table would be nice, too. I
would assume there's some sort of unique primary key with each record, so I
should at least be able to create a relationship with another table.

Doing this without Outlook, though, would still be nice. I have the
Developers Toolkit (or whatever they call it now-days), so I can distribute
my application royalty free. Requiring an install of Outlook, which pretty
much requires (I think) an Office install, raises the stakes a little.

Too bad I can't just attach a table in Outlook Express.

Thanks for your input.

Daven
Nov 13 '05 #3
On Mon, 29 Nov 2004 23:59:41 -0800, "Daven Thrice"
<da*********@NOyahooSPAM.com> wrote:


Hi
See
http://support.microsoft.com/default...;en-us;Q290792
and refs there.
David

Nov 13 '05 #4
On Mon, 29 Nov 2004 23:59:41 -0800, "Daven Thrice"
<da*********@NOyahooSPAM.com> wrote:


Doing this without Outlook, though, would still be nice. I have the
Developers Toolkit (or whatever they call it now-days), so I can distribute
my application royalty free. Requiring an install of Outlook, which pretty
much requires (I think) an Office install, raises the stakes a little.

Too bad I can't just attach a table in Outlook Express.

Thanks for your input.

Daven

Hi
There are vb codes available for reading emails via POP3 for example,
but it is a hassle as you need to deal with the decoding as well.
One old example which I have used (this is actually in vb) can be
found at http://www.ericphelps.com/

David

Nov 13 '05 #5
"Daven Thrice" <da*********@NOyahooSPAM.com> wrote:
I know how to send email out of Access, and that's no problem. What I need
to figure out is how to receive email into access.


See the Inserting data from incoming emails into tables tips page at
http://www.granite.ab.ca/access/emailincoming.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #6
Tony,

Your link, http://www.granite.ab.ca/access/emailincoming.htm , doesn't
work. I'm interested in reading your tip. How else can I get there?

Thanks!

Steve

"Tony Toews" <tt****@telusplanet.net> wrote in message
news:13********************************@4ax.com...
"Daven Thrice" <da*********@NOyahooSPAM.com> wrote:
I know how to send email out of Access, and that's no problem. What I needto figure out is how to receive email into access.


See the Inserting data from incoming emails into tables tips page at
http://www.granite.ab.ca/access/emailincoming.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Nov 13 '05 #7
"Steve" <no****@nospam.spam> wrote:
Your link, http://www.granite.ab.ca/access/emailincoming.htm , doesn't
work. I'm interested in reading your tip. How else can I get there?


My apologies. See http://www.granite.ab.ca/access/email/incoming.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #8

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

Similar topics

18
7342
by: cjl | last post by:
Hey all: I know that it is silly in the age of Google to 'lose' something on the internet, but I recently checked out a project that had implemented a database with a subset of SQL in pure...
1
1852
by: hriceb | last post by:
I know about the SendObject command but I think my question is a bit different. I have TableA that includes FName, LName, etc... and EMail. Generally, data is entered / changed via FormA I...
1
4452
by: JoeBobHankey | last post by:
Background: - I'm running MSDE 2000 (not client tools, stored procedure capability, etc). This may change, but not in the first part of development. - My Access file is an Access 2002 project...
24
7084
by: Arno R | last post by:
Hi all, I have a client with several shoe-shops. Customers can leave their email-address if they want to be notified when there is a sale. Input is validated with instr() I am checking for @...
11
2745
by: Timothy Shih | last post by:
Hi, I am having a freezing issue with my application. My application serves several remotable objects, all of which must be initialized before their use. Furthermore, some of them depend on each...
5
2300
by: wrytat | last post by:
I'm not sure if I'm posting the correct place. I posted it somewhere else, but someone told me to post it at another place. Anyway, some background first. I am currently building a web...
8
4338
by: Frank | last post by:
I think I've confused myself completely here :-) I have used System.Web.Mail, but am not sure if this works with Exchange Server 5.5. I asked the client if they're email server supported SMTP, and...
14
9105
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
3
2819
by: Siv | last post by:
Hi, A little while ago I wrote a small program that allowed the user to view products from a database. The database holds the details of the products which can be viewed via a form and...
0
7220
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7308
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7023
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7479
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5617
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5037
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3188
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3178
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.