Outlook Express on Windows 2000

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Outlook Express on Windows 2000
# 1  
Old 02-16-2007
Question Outlook Express on Windows 2000

Does anyone know where Outlook Express on Windows 2000 store the e-mails?

I know where it stores on Windows XP, but I need it for Windows 2000

regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unable to see attachment in outlook express sent by UUENCODE through unix script

Hi, I have written one script to send mail with attachment from my unix server, it is working fine, and i am capable to see the attachment in my lotus notes , but when i try to see the same thing in my outlook express ..it is completly garbaled. Please advise how to see proper attachment in... (5 Replies)
Discussion started by: apskaushik
5 Replies

2. UNIX for Dummies Questions & Answers

Unix and Outlook Express

Awhile back I followed instructions in a newsletter (I don't remember which one) giving instructions on making Outlook Express very plain. Unfortunately I followed the instructions but did not make a note of the string. The last word was true. The instructions stated that if one wanted to return to... (0 Replies)
Discussion started by: MarilynNolan
0 Replies

3. Windows & DOS: Issues & Discussions

Outlook express

Where is the file where all my e-mails are stored?I know theres one file with everything in it. (3 Replies)
Discussion started by: perleo
3 Replies

4. UNIX for Dummies Questions & Answers

Unix versus Windows 2000

Does anyone know where I might find info on Unix versus Windows 2000 with information pertaining to support, networks, hardware, software? (1 Reply)
Discussion started by: Bnite
1 Replies

5. Linux

Windows 2000 to Linux

:confused: I currently have windows 2000 installed on a 38 Gigabyte HD. I recently picked up a 'Teach Yourself Linux in 24 Hours' book. The book comes with a copy of redhat 5.0 (hurricane). I tried reinstalling windows with a partition of 10 GBs with a fat32 file system. That left me with... (5 Replies)
Discussion started by: Rawdawg
5 Replies

6. UNIX for Advanced & Expert Users

Unix with Windows 2000

Hey! I have just acquired a Unisys SMP6400 server. It has Unix already installed. It has 2 disk drives: 1 is 2 gig with Unix setup on it. The 2nd drive is 8 gig with apps. Both drives are under Mylex DAC960 raid control. Here is my question, can I install Windows 2000 Pro on this machine either... (11 Replies)
Discussion started by: mastermold
11 Replies
Login or Register to Ask a Question
Email::Outlook::Message(3pm)				User Contributed Perl Documentation			      Email::Outlook::Message(3pm)

NAME
Email::Outlook::Message.pm - Read Outlook .msg files SYNOPSIS
use Email::Outlook::Message; my $msg = new Email::Outlook::Message $filename, $verbose; my $mime = $msg->to_email_mime; $mime->as_string; DESCRIPTION
Parses .msg message files as produced by Microsoft Outlook. METHODS
new($msg, $verbose) Parse the file pointed at by $msg. Set $verbose to a true value to print information about skipped parts of the .msg file on STDERR. to_email_mime Output result as an Email::MIME object. BUGS
Not all data that is in the .msg file is converted. There are some parts whose meaning escapes me, although more documentation on MIME properties is available these days. Other parts do not make sense outside of Outlook and Exchange. GPG signed mail is not processed correctly. Neither are attachments of type 'appledoublefile'. It would be nice if we could write .MSG files too, but that will require quite a big rewrite. AUTHOR
Matijs van Zuijlen, "matijs@matijs.net" COPYRIGHT AND LICENSE
Copyright 2002, 2004, 2006--2010, 2012 by Matijs van Zuijlen This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-16 Email::Outlook::Message(3pm)