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

extracting attachment from outlook express using php

121 100+
hello

I designed a web application using php and mysql for this i need to extract mail attachment from outlook express (specifically .doc files) for this is there any API's or any class or any library in php or in .NET.

I downloaded several desk application which are extracting attachment from outlook express, using this i cannot integrate to my application( i.e web application). So let me know is there any solution for my problem.

Thanks
Aug 28 '08 #1
3 2166
Atli
5,058 Expert 4TB
Hi.

I can pretty much guarantee that you won't find anything like that in any official PHP function or object. (Microsoft doesn't play well with others)

It's far more likely that you will find something like this in .Net, seeing as that is also a Microsoft product.
Aug 28 '08 #2
FLEB
30
Are you trying to extract the attachment from the end-user's computer? If so, this is beyond the scope of PHP. PHP runs entirely on the server, and any complex interaction with the end-user's computer would have to be accomplished through client-side programs. You might be able to do something with a signed Java applet, but that's still rather a complex operation.

If you're trying to pull it off an email server-- or if you <i>can</i> pull it off an email server-- the first place I would look is into PHP's IMAP/POP handling functions and see if you can grab the mail there.
Aug 28 '08 #3
Atli
5,058 Expert 4TB
Are you trying to extract the attachment from the end-user's computer?
Good point, I totally blanked on that one :P

If that is the case tho, I doubt you will have any more luck with ASP.Net, seeing as that is also a server-side language.
Although, you may be able to create a client-side .Net application to do this.
Aug 28 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Prakash Wadhwani | last post by:
Hi !! I have been browsing around but have not been able to find a simple, lucid solution ... or maybe I'm just too confused. I know this has been asked before by many ... but pls bear with me. ...
1
by: Thejus | last post by:
Hi, I want to launch Outlook express with attachment. Any ideas ? Thanks Thejus
0
by: Danish | last post by:
Hi all, I am trying to open outlook express along with an attachment. I have added a reference to the Microsoft outlook Library I am using the following lines of code....
7
by: Darin | last post by:
Currently, our software is creating an email message using the Outlook DLL to send emails out that have PDF attachments. I want to stop forcing the customer to use outlook to send email. So, I...
2
by: Vikas Gupta | last post by:
I need to extract all information from .eml file without using outlook express. I am able to extract all the information except Attachments. Can somebody please suggest some solution ??
8
by: Steve Le Monnier | last post by:
Can anybody help with the following: I have some old VB6 code that loops through my inbox looking for emails with attachments and then save them to the hard drive. The code is very simplistic so I...
2
by: Dave G | last post by:
I'm writing a function to look for particular emails in my Inbox and when it finds one it copies the attachment to a folder and then deletes the email. It spots the email by looking for certain...
1
by: handokowidjaja | last post by:
Hi All, Several weeks ago i started a topic with the same subject, however the solutions provided was for using MS Outlook (fullblown version). I finally found something that works directly with...
2
by: Hanika | last post by:
Going on 3 days and I am wodnering if I am just not looking in the right place. If anyone nows how to do this please please help me. I am developing a Windows form application using VB.NET 2005....
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?
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...
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
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,...
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.