Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old August 28th, 2008, 10:51 AM
Member
 
Join Date: Aug 2007
Posts: 106
Default extracting attachment from outlook express using php

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
Reply
  #2  
Old August 28th, 2008, 06:10 PM
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Age: 22
Posts: 2,777
Default

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.
Reply
  #3  
Old August 28th, 2008, 08:03 PM
FLEB's Avatar
Newbie
 
Join Date: Aug 2008
Posts: 24
Default

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.
Reply
  #4  
Old August 28th, 2008, 10:10 PM
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Age: 22
Posts: 2,777
Default

Quote:
Originally Posted by FLEB
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.
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles