A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Express Email Newsgroup » Outlook Express
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Retrieving save attachment



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 15th 09, 10:57 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Bobm0001
external usenet poster
 
Posts: 13
Default Retrieving save attachment

I have OE 6 and today made several changes to a PowerPoint attachment, saving
it periodically. When I tried to resend the attached document with the
changes, it reverted back to the original document. Is there any way I can
retrieve the document with the changes?
  #2  
Old January 16th 09, 01:13 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Ron Sommer
external usenet poster
 
Posts: 1,463
Default Retrieving save attachment

No
OE puts attachments in IE temporary Internet files.
Always save attachments to your own folder before making any changes.
--
Ronald Sommer

"Bobm0001" wrote in message
...
I have OE 6 and today made several changes to a PowerPoint attachment,
saving
it periodically. When I tried to resend the attached document with the
changes, it reverted back to the original document. Is there any way I
can
retrieve the document with the changes?


  #3  
Old January 16th 09, 02:29 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
PA Bear [MS MVP]
external usenet poster
 
Posts: 3,647
Default Retrieving save attachment

No. You should have saved the original PPS (or PPT) attachment to your HDD
before doing the editing, Bob.
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/


Bobm0001 wrote:
I have OE 6 and today made several changes to a PowerPoint attachment,
saving it periodically. When I tried to resend the attached document with
the changes, it reverted back to the original document. Is there any way
I
can retrieve the document with the changes?


  #4  
Old January 16th 09, 03:30 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Michael Santovec
external usenet poster
 
Posts: 2,875
Default Retrieving save attachment

The updated document was saved to the IE Temporary Internet Files (TIF).
That's where OE saves a temporary copy of attachments when you open them
from within OE. OE then will try to delete the file in the TIF when you
move to another OE message.

You cannot update an attachment within a OE message. You need to save
the attachment and then open it, or if you open it from within OE, you
need to use the File, Save As option in the application to save the
updates to some place other than the TIF.

There is slight chance that the updated attachment is still in the TIF.
For that to be the case, you must have closed the OE message Before you
last saved the updates.

Any attachments, if they are still there, will Not show if you look at
the TIF from IE or the Windows Explorer normally. You will be able to
see them if you use Start, Run and enter the command

%userprofile%\Local Settings\Temporary Internet Files\Content.IE5\
or
C:\Documents and Settings\XXXX\Local Settings\Temporary Internet
Files\Content.IE5\

where XXXX is the Windows user. This assumes that you have not moved
the TIF. You can check the actual location by looking in IE at Tools,
Internet Options, General, Temporary Internet Files, Settings. The
\Content.IE5\ at the end is import or else you won't be able to see all
the files. You should see 4 folders with names such as A1B2C3D4.
You'll need to look in each folder for the missing files. The Search
function won't work.

An alternate access method is to open a Command Prompt window and use
"DOS" commands to locate and copy the file elsewhere. If you start at
the folder above the TIF and use the command
DIR /A /S *.PPS
it will indicate if the file is still there. You'll need to use a COPY
command to copy the file elsewhere. This will be cumbersome because of
the peculiar folder names.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Bobm0001" wrote in message
...
I have OE 6 and today made several changes to a PowerPoint attachment,
saving
it periodically. When I tried to resend the attached document with
the
changes, it reverted back to the original document. Is there any way
I can
retrieve the document with the changes?



  #5  
Old February 21st 09, 10:16 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
drdto
external usenet poster
 
Posts: 1
Default Retrieving save attachment



"Michael Santovec" wrote:

The updated document was saved to the IE Temporary Internet Files (TIF).
That's where OE saves a temporary copy of attachments when you open them
from within OE. OE then will try to delete the file in the TIF when you
move to another OE message.

You cannot update an attachment within a OE message. You need to save
the attachment and then open it, or if you open it from within OE, you
need to use the File, Save As option in the application to save the
updates to some place other than the TIF.

There is slight chance that the updated attachment is still in the TIF.
For that to be the case, you must have closed the OE message Before you
last saved the updates.

Any attachments, if they are still there, will Not show if you look at
the TIF from IE or the Windows Explorer normally. You will be able to
see them if you use Start, Run and enter the command

%userprofile%\Local Settings\Temporary Internet Files\Content.IE5\
or
C:\Documents and Settings\XXXX\Local Settings\Temporary Internet
Files\Content.IE5\

where XXXX is the Windows user. This assumes that you have not moved
the TIF. You can check the actual location by looking in IE at Tools,
Internet Options, General, Temporary Internet Files, Settings. The
\Content.IE5\ at the end is import or else you won't be able to see all
the files. You should see 4 folders with names such as A1B2C3D4.
You'll need to look in each folder for the missing files. The Search
function won't work.

An alternate access method is to open a Command Prompt window and use
"DOS" commands to locate and copy the file elsewhere. If you start at
the folder above the TIF and use the command
DIR /A /S *.PPS
it will indicate if the file is still there. You'll need to use a COPY
command to copy the file elsewhere. This will be cumbersome because of
the peculiar folder names.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Bobm0001" wrote in message
...
I have OE 6 and today made several changes to a PowerPoint attachment,
saving
it periodically. When I tried to resend the attached document with
the
changes, it reverted back to the original document. Is there any way
I can
retrieve the document with the changes?




Thank you, Michael, your advice on using DOS saved the day for me! The
search for the file using the other methods did not work, but using the DOS
command, I found my document and was able to copy it to another directory. It
actually was not difficult, I opened another DOS window once I located my
file and was easily able to copy the director that contained it.
  #6  
Old February 21st 09, 11:07 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Michael Santovec
external usenet poster
 
Posts: 2,875
Default Retrieving save attachment

I'm glad to hear that you found that useful.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"drdto" wrote in message
...


"Michael Santovec" wrote:

The updated document was saved to the IE Temporary Internet Files
(TIF).
That's where OE saves a temporary copy of attachments when you open
them
from within OE. OE then will try to delete the file in the TIF when
you
move to another OE message.

You cannot update an attachment within a OE message. You need to
save
the attachment and then open it, or if you open it from within OE,
you
need to use the File, Save As option in the application to save the
updates to some place other than the TIF.

There is slight chance that the updated attachment is still in the
TIF.
For that to be the case, you must have closed the OE message Before
you
last saved the updates.

Any attachments, if they are still there, will Not show if you look
at
the TIF from IE or the Windows Explorer normally. You will be able
to
see them if you use Start, Run and enter the command

%userprofile%\Local Settings\Temporary Internet Files\Content.IE5\
or
C:\Documents and Settings\XXXX\Local Settings\Temporary Internet
Files\Content.IE5\

where XXXX is the Windows user. This assumes that you have not moved
the TIF. You can check the actual location by looking in IE at
Tools,
Internet Options, General, Temporary Internet Files, Settings. The
\Content.IE5\ at the end is import or else you won't be able to see
all
the files. You should see 4 folders with names such as A1B2C3D4.
You'll need to look in each folder for the missing files. The Search
function won't work.

An alternate access method is to open a Command Prompt window and use
"DOS" commands to locate and copy the file elsewhere. If you start
at
the folder above the TIF and use the command
DIR /A /S *.PPS
it will indicate if the file is still there. You'll need to use a
COPY
command to copy the file elsewhere. This will be cumbersome because
of
the peculiar folder names.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Bobm0001" wrote in message
...
I have OE 6 and today made several changes to a PowerPoint
attachment,
saving
it periodically. When I tried to resend the attached document with
the
changes, it reverted back to the original document. Is there any
way
I can
retrieve the document with the changes?




Thank you, Michael, your advice on using DOS saved the day for me! The
search for the file using the other methods did not work, but using
the DOS
command, I found my document and was able to copy it to another
directory. It
actually was not difficult, I opened another DOS window once I located
my
file and was easily able to copy the director that contained it.



  #7  
Old January 16th 09, 01:33 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Robert Aldwinckle
external usenet poster
 
Posts: 472
Default Retrieving save attachment


"Bobm0001" wrote in message ...
I have OE 6 and today made several changes to a PowerPoint attachment, saving
it periodically. When I tried to resend the attached document with the
changes, it reverted back to the original document.


Is there any way I can retrieve the document with the changes?



Only if you closed the message you opened the attachment from
before closing the Office app. In that case you would be able
to find the instance you saved in the TIF but you would have to
use something other than XP's Search Companion to find it.
E.g. use a dir command in a cmd window.

The only other possibility would require a undelete utility (third party
because MS doesn't have one) and hope that the whole file was somehow
recoverable that way. The less subsequent use that drive got the better
your chance of that approach being successful.


Good luck

Robert Aldwinckle
---


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to save attachment? jayC[_2_] Outlook - General Queries 2 April 22nd 08 03:06 PM
attachment save godadj Outlook and VBA 0 February 11th 08 05:41 PM
Save Attachment via VBA Roger Converse Outlook and VBA 5 January 14th 08 06:16 PM
Can't Save Attachment Pavan Outlook - Using Forms 1 August 14th 07 03:36 PM
Hijack Attachment Save As... DG Outlook and VBA 1 July 30th 07 03:29 PM


All times are GMT +1. The time now is 09:14 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.