473,395 Members | 1,584 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,395 software developers and data experts.

Sending and receiving emails with Ms Access

Hi.

I want to make A Document Management System.
Everything is fine and beautyfull but... how to hell I can receive
emails with attachements, and how to store it in Access database table.
I'm trying 3rd day and I can't find out enything clever.

If You can help me I'll be glad and very, very happy.

Maybe some useful links?

Thanks in advance,

Marek Bakalarczuk

Aug 3 '06 #1
7 3933
Check this NG and the Outlook NG on how to detach the attachments and
save them to a specific folder. And why would you ever want to store
this stuff in your DB when you can read the Outlook inbox directly?
Well, unless you want to detach the attachments and save them
somewhere.

If you've been looking for 3 days and haven't found anything, you
haven't looked very hard. did you check the Outlook NG? Outlook MVP
sites? I mean, all you have to do is go to the Outlook NG or MS and
find the sites. They're freely posted there.

Aug 3 '06 #2

How about iterating through the (unread) messages collection, getting
each message's attachments collection and looping through it? then you
can process them one at a time... <scratching head>

Aug 3 '06 #3
A bit harsh that. Why do you assume that the poster wants anything
whatsoever to do with Outlook? He talks about emails.

Some of us have done Outlook automation. It's frequently not that good.

Emily

<pi********@hotmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
Check this NG and the Outlook NG on how to detach the attachments and
save them to a specific folder. And why would you ever want to store
this stuff in your DB when you can read the Outlook inbox directly?
Well, unless you want to detach the attachments and save them
somewhere.

If you've been looking for 3 days and haven't found anything, you
haven't looked very hard. did you check the Outlook NG? Outlook MVP
sites? I mean, all you have to do is go to the Outlook NG or MS and
find the sites. They're freely posted there.

Aug 3 '06 #4

pi********@hotmail.com napisal(a):
Check this NG and the Outlook NG on how to detach the attachments and
save them to a specific folder. And why would you ever want to store
this stuff in your DB when you can read the Outlook inbox directly?
Well, I need to make a DMS application in Access without or besides
Outlook.
It has to read messages from one folder and send it to receipient all
over the company.
Well, unless you want to detach the attachments and save them
somewhere.
Yes, I've found it. I need to save them somewhere on my HDD.
If you've been looking for 3 days and haven't found anything, you
haven't looked very hard. did you check the Outlook NG? Outlook MVP
sites? I mean, all you have to do is go to the Outlook NG or MS and
find the sites. They're freely posted there.
Yeah, it is true - I didn't look wery hard, because I've tried to make
it by myself :)

Thank for advice.

Marek

Aug 3 '06 #5
Marek,

found a link in here for ya... (watch the word wrap!!)

http://groups.google.com/group/comp....883cd1582f045b

If you look for Inbox+attachment you can find a bunch of them.
Like the poster says, move _backwards_ through the attachments
collection, because as you remove items, the count decreases. (makes
sense). If you try to go forwards, (using something like For
intCounter = 1 to Message.Attachments.Count (or whatever the real
syntax is), you'll end up pointing at attachments that no longer exist.

Aug 4 '06 #6
Marek,

found a link in here for ya... (watch the word wrap!!)

http://groups.google.com/group/comp....883cd1582f045b

If you look for "Inbox+attachment+MAPI" you can find a bunch of them.
Like the poster says, move _backwards_ through the attachments
collection, because as you remove items, the count decreases. (makes
sense). If you try to go forwards, (using something like For
intCounter = 1 to Message.Attachments.Count (or whatever the real
syntax is), you'll end up pointing at attachments that no longer exist.

Aug 4 '06 #7

pi********@hotmail.com napisal(a):
Marek,

found a link in here for ya... (watch the word wrap!!)

http://groups.google.com/group/comp....883cd1582f045b

If you look for "Inbox+attachment+MAPI" you can find a bunch of them.
Like the poster says, move _backwards_ through the attachments
collection, because as you remove items, the count decreases. (makes
sense). If you try to go forwards, (using something like For
intCounter = 1 to Message.Attachments.Count (or whatever the real
syntax is), you'll end up pointing at attachments that no longer exist.
Thanks a lot for this link.
I was googling since my last post and found very much useful things.

Aug 10 '06 #8

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

Similar topics

1
by: Bill | last post by:
Is it possible to somehow alter a field in a mysql database by sending an email to the server? I have a script that sends out notification emails to an individual. He wants to receive them...
1
by: Sajsal | last post by:
Hi all I am developing a web app in which the client wants an email sending and receiving functionality. Is it possible in C#. If yes where should I start. If anyone could tell that how long...
9
by: savvy | last post by:
i'm trying to compile a simple console application for sending a mail, my main idea is to schedule it to a particular time for sending mails using the windows schedular task lateron. Therefore i...
2
by: Mr. x | last post by:
Hello, I am sending emails with Hebrew contents. When receiving emails - I cannot see the Hebrew characters (it is not outlook express configuration, because when receiving emails from friends -...
1
by: Leszek | last post by:
Hello, A few weeks ago I sent a post about sending encrypted emails. I found out how to encrypt such emails using .NET, but now there is another step: How to receive them? Let's say I have...
2
by: Filips Benoit | last post by:
Dear All, I need to send faxes from Access to some companies that doesn't have a computer (!) or some that prefer receiving a fax. On Friday-evening a routine should send a ToDo-list for the...
2
by: sam | last post by:
Hi, I made asp.net website. I send e-mail via asp.net page to receiver but receiver cannot get email. I use smartertool Server SMTP. Sending and receiving to localhost is working. Sending...
3
by: shybe | last post by:
I have a send mail script on my site that. The emails are recieved by gmail, and yahoo, but not to mail clients like Outlook, Mail, etc...) Is this a problem with the script, or is it...
2
by: lstanikmas | last post by:
Hi, I'm validating a form with this ASP but receiving some blank email responses; does anyone see anything wrong with it?: function isFormVarExcluded(thisForm, strToCheck) { var strExcludeVars...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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,...
0
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...

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.