Prev: email addrees
Next: Vincenzo.Riccio52@Libero.It
From: kiplingirapuato on 8 Jan 2010 11:32 hi, I have that whenever I use a mail wih an attachment and I make any changes in it, eve n thogugh I save it, at the time of closing the next time I open it, the changes do not appear. I suppose there must be an tmp file any place, all I want to know is where can I find the file that I make changes, because I use save instead off save as. please help me.
From: Bruce Hagen on 8 Jan 2010 12:14 You have to remove the attachment, make the changes, and then attach it again. -- Bruce Hagen MS-MVP [Mail] Imperial Beach, CA "kiplingirapuato" <kiplingirapuato(a)discussions.microsoft.com> wrote in message news:D428754F-798B-42DE-A1BC-1B34156B43E2(a)microsoft.com... > hi, I have that whenever I use a mail wih an attachment and I make any > changes in it, eve n thogugh I save it, at the time of closing the next > time > I open it, the changes do not appear. I suppose there must be an tmp > file any > place, all I want to know is where can I find the file that I make > changes, > because I use save instead off save as. please help me.
From: Ken on 8 Jan 2010 13:09 Hi kiplingirapuato, Re: I suppose there must be an tmp file any place Answer: NO, the file was erased when you closed it. When an attachment is opened OE creates it in a tmp file, when attachment is closed OE erases the tmp file. Ken "kiplingirapuato" <kiplingirapuato(a)discussions.microsoft.com> wrote in message news:759AE4C1-E8F2-4763-908E-3B216657B9BE(a)microsoft.com... | I use a mail with an attachment and I make any changes in it, even though I | save it, at the time of closing the next time I open it, the changes do not | appear. I suppose there must be an tmp file any place. I want to know is | where can I find the file that I make changes, because I use save instead off | save as. please help me
From: VanguardLH on 8 Jan 2010 13:41 kiplingirapuato wrote: > I use a mail with an attachment and I make any changes in it, even though I > save it, at the time of closing the next time I open it, the changes do not > appear. I suppose there must be an tmp file any place. I want to know is > where can I find the file that I make changes, because I use save instead off > save as. please help me Opening (rather than saving) attachments in Outlook means it has to open *something*. Attachments are not files. They are merely long strings of encoded data within a MIME part in the body of your e-mail (that are presented as "attachments" in the UI for your e-mail client). The attachment is *in* your e-mail, not some file floating out in the ether that gets magically linked to the e-mail. Opening or saving the attachment means decoding that long string. For any program to *use* that attachment means to decode it and put it SOMEWHERE that the program can access. That means the attachment gets put into a file. If you open an attachment, Outlook decodes the attachment, saves it into a file within Outlook's secured temporary folder, and then passes the file to whatever is the handler designated for that filetype. When you exit the program that loaded the temporary file, and upon proper exit of Outlook, those temporary files are deleted. Any edits you made to them would be to the file created under Outlook's temporary folder. If you Save the attachment, Outlook decodes the attachment and puts that data into the specified file. It is then up to you to load whatever program you want to edit the file, and those edits will be saved to that file. If you Open the attachment (which means Outlook created a temporary file), and to see it outside of Outlook (and to whatever handler program Outlook passed the temporary file), enter the path for Outlook's secured temporary folder into the Address bar of Windows Explorer. To find the folder name, look in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Outlook\Security where <version> is whatever version of Outlook that you installed; e.g., 10.0 for Office XP, 11.0 for Office 2003, and so on. The data item named "OutlookSecureTempFolder" points to Outlook's temporary file path. Also read: http://www.slipstick.com/outlook/securetemp.htm
From: VanguardLH on 8 Jan 2010 13:42
kiplingirapuato wrote: > hi, I have that whenever I use a mail wih an attachment and I make any > changes in it, eve n thogugh I save it, at the time of closing the next time > I open it, the changes do not appear. I suppose there must be an tmp file any > place, all I want to know is where can I find the file that I make changes, > because I use save instead off save as. please help me. See replies to your SAME post submitted all of 44 minutes later. |