473,395 Members | 1,631 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.

reading outlook attachments

Hi all,

Does anyone know of a class which will read outlook email messages. I
need to be able to scan outlook for "non-read" e-mails with a specific
subject and then save the attachments and mark the e-mail as "read". I
tried working with the am outlook application COM object but could
not get it to work.

If you have another way to do what I want, without human intervention,
I'm open for suggestions. I't goes without saying I want to be able to
do it form or with PHP.

TIA

Roger
Jul 16 '05 #1
5 6058

<PI*****@HOME.NL> wrote in message
news:jl********************************@4ax.com...
Hi all,

Does anyone know of a class which will read outlook email messages. I
need to be able to scan outlook for "non-read" e-mails with a specific
subject and then save the attachments and mark the e-mail as "read". I
tried working with the am outlook application COM object but could
not get it to work.

If you have another way to do what I want, without human intervention,
I'm open for suggestions. I't goes without saying I want to be able to
do it form or with PHP.

TIA

Roger


Outlook is a client - your email is originally delivered, and stored on a
server (which could be a POP3 or IMAP server - they are most popular)
Outlook is the user agent that you use to retrieve and read your email so
the fact that you are using Outlook or any other piece of software as a
client does not relate to your project.

You need to determine your mail server type first - then either use the POP3
or IMAP functions that come with PHP, or use something like SquiralMail
(which I believe is PHP based) to read your email...
Jul 16 '05 #2
Hi Randell!

On Sun, 14 Sep 2003 00:54:36 GMT, "Randell D."
<yo**************************@yahoo.com> wrote:

<PI*****@HOME.NL> wrote in message
news:jl********************************@4ax.com.. .
Hi all,

Does anyone know of a class which will read outlook email messages. I
need to be able to scan outlook for "non-read" e-mails with a specific
subject and then save the attachments and mark the e-mail as "read". I
tried working with the am outlook application COM object but could
not get it to work.
With COM objects named, he might be talking about Outlook running on
his server.

If you have another way to do what I want, without human intervention,
I'm open for suggestions. I't goes without saying I want to be able to
do it form or with PHP.


Outlook is a client - your email is originally delivered, and stored on a
server (which could be a POP3 or IMAP server - they are most popular)
Outlook is the user agent that you use to retrieve and read your email so
the fact that you are using Outlook or any other piece of software as a
client does not relate to your project.

You need to determine your mail server type first - then either use the POP3
or IMAP functions that come with PHP, or use something like SquiralMail
(which I believe is PHP based) to read your email...


Something like processing them there seems to me more reasonable as
well.

HTH, Jochen
--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 16 '05 #3
Everything is hooked up to an centralized exchangeserver.
Jul 16 '05 #4
"PI*****@HOME.NL" <PI*****@HOME.NL> wrote in message
news:<2v********************************@4ax.com>. ..

Everything is hooked up to an centralized exchangeserver.


Then access to mail should be possible with a plain old POP/IMAP
client (whether it's actually POP or IMAP, depends on how Exchange
Server is configured). There are plenty of POP and IMAP clients
for PHP; you should be able to find one that will be simple enough
to build up on.

Cheers,
NC
Jul 16 '05 #5
"PIII450@HOME.NL" <PIII450@HOME.NL> wrote in message
news:<2vp9mvkfgnenj46a39phcb7lmpq42q5di3@4ax.com>. ..[color=blue]
>
> Everything is hooked up to an centralized exchangeserver.[/color]

Then access to mail should be possible with a plain old POP/IMAP
client (whether it's actually POP or IMAP, depends on how Exchange
Server is configured). There are plenty of POP and IMAP clients
for PHP; you should be able to find one that will be simple enough
to build up on.

Cheers,
NC

Hi,

If you have POP3 server your mails can be actually stored in your mailbox physically.

you can you Microsoft COM object to manipulate Outlook email programatically.


Thanks and Regards,
Santosh
May 7 '06 #6

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

Similar topics

15
by: Sven Templin | last post by:
Hello all, our configuration is as following described: - OS: Windows 2000 - Apache server 1.3 - Php 3.8 - MS outlook client 2000 _and_ no SMTP server available in the whole intranet.
12
by: Andrew | last post by:
What do people use to read these newsgroups? I have been using my web browser (IE) and pointing it to "http://msdn.microsoft.com/newsgroups/". The experience doing this has been pretty much...
0
by: Job Lot | last post by:
I am retrieving message from the Inbox as follows: (MS Article ID 310258: How to use the Microsoft Outlook Object Library to retrieve a message from the Inbox by using Visual C# .NET) Try Dim...
1
by: Himselff | last post by:
Hi guys, Im developing a lil add-in that is goiing to allow the user by a button click to auto print PDF doc which are attach to hes emails, i think the things is to simple cause its not working...
2
by: Pieter | last post by:
Hi, I'm using a thight integration with Outlook 2003 (with an Exchange server) in my VB.NET (2005) application. Until now I'm using the Outlook Object Model, but it appears to be very slow, and...
1
by: tom north | last post by:
What I am after would be a VB script perhaps using CDO to access the inbox of a mailbox, and push or pull messages in or out to a flat file directory on disk -- Tom North
1
by: PhilD | last post by:
My C#.NET console app checks a public folder every 24 hours for incoming emails. For each unread email in the folder, it copies any attachments to the network, then loads the contents of these files...
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...
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...
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:
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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.