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

Outlook attachment

Hi all.

I need to create program that will extract attachments from Outlook 2000
inbox and save it on disk.
Detailed how-to & sample code would be highly appreciated.

Regards,

DeeJay.
Nov 12 '05 #1
4 5550
"DeeJay" <de****@mailinator.com> wrote in message news:<bm**********@ls219.htnet.hr>...
Hi all.

I need to create program that will extract attachments from Outlook 2000
inbox and save it on disk.
Detailed how-to & sample code would be highly appreciated.

Regards,

DeeJay.


Check the Outlook group. Otherwise, open your wallet.
Nov 12 '05 #2
Thanx!

Deejay

Nov 12 '05 #3
Ok, I found useful code sample at www.slovaktech.com
Also, there is sweet little program called EZDetach (www.techhit.com) that
integrates into Outlook and can do some cute things with attacments.
Nov 12 '05 #4
"DeeJay" <de****@mailinator.com> wrote in message news:<bm**********@ls219.htnet.hr>...
Ok, I found useful code sample at www.slovaktech.com
Also, there is sweet little program called EZDetach (www.techhit.com) that
integrates into Outlook and can do some cute things with attacments.


Dear DeeJay:

It is possible to write code within Access that will open and read
your emails (and thus generate email in response to what is gleaned
from the incoming email). I have even written code that will save an
attachment to a folder of my specification.

I tend to have a field, in a table used to store information about my
application, which holds the path of the datafile.mdb for each
application. I then save the attachments into that folder and save the
name of the attached file in a table that acts as a source object for
a form in which I can view all of the downloaded attachements.

I learned how to do this by exploring and examing the Object Browser
for the Outlook commands and options.

Once you figure out how to use the Object Browser and learn from it,
you can then create applications that can read just your unread (or
any) emails in your inbox, copy the sender's information as well - as
the body of the text into your database, and even save the attachment
into a pre-determined folder and list it's path in your database so
that you can view the attachment from within your database if it is an
image file, or open the attachment with the appropriate associated
application. Have your database application scan the body of the text
for specific key words that will then instruct your database to
generate reports or export information and email same back to the
requesting email address (for security purposes, perhaps limit the
allowed email addresses to those listed in a table...and if a
non-listed requestor asks for information, perhaps send them a
registration packet instead? Just a thought for you.

Questions?

Ted
Nov 12 '05 #5

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

Similar topics

2
by: Alexander | last post by:
To all, A tall order, but any help on any segment of this would be appreciated: I have a table that needs to be populated with information contained in an email attachment. 1. Is it...
12
by: Arno R | last post by:
Hi all, This is a repost of a message posted at october 6. The answer I got was about MapiMessages.AttachmentIndex. I think I need the MSMAPI32.OCX to use this. (I don't have this file on my PC)...
5
by: Siv | last post by:
Hi, A little while ago I asked if anyone could help me with how to create an email using MS Outlook that contained an embedded picture file. Thanks to Jay Harlow I was able to get this working...
5
by: J-P-W | last post by:
I have some code, from this group (many thanks) that sends an attachment to an email. The following: Dim objNewMail As Outlook.MailItem Dim golApp As...
7
by: Dean Spencer | last post by:
Can anyone help? I am importing Emails from Outlook using the following code: Public Function ScanInbox(SubjectLine As String) Dim TempRst As Recordset Dim OlApp As Outlook.Application Dim...
5
by: Kosmos | last post by:
I have traveled the world and the seven seas and I have yet to come up with an answer to this question.... So I'm adding an attachment to an email from access... The following is the code: ...
4
prabunewindia
by: prabunewindia | last post by:
Hello everybody, here i am going to explain, how to get mails from Outlook express database and store in our own database(local) Initially you have to add the refference Outlook library10.0 or...
2
by: dlesandrini | last post by:
Now that I have my rant about Google Search out of the way, I can ask my question. Someone must have noticed this, but since I can't Google the Access groups about it, I'll have to just ask: ...
7
by: Paridevi | last post by:
Hai , i want to send email in .Net Using OutLook Express,My Project is Web Application using vb.Net 2003 with SQL Server 2000.I have searched a lot in Google, but ican't get any...
6
by: dlblack | last post by:
I am using the following code to send emails with attachments from Access using Outlook. The code works fine if Outlook is already open and emails are sent as expected via Outlook. When Outlook is...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
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
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.