Showing posts with label outlook. Show all posts
Showing posts with label outlook. Show all posts

Friday, August 28, 2009

If you turn off the prompt to auto archive, does archiving still run?

This is about Microsoft Outlook email. I'll use Outlook 2003 as the example but others are similar.

To control archiving in Outlook, select Tools, Options, the "Other" tab, and click on AutoArchive:



You'll see something like this:



The checkbox I've circled in red turns AutoArchive on or off. If you don't want to AutoArchive (for example because it: is annoying, takes up processing power, or doesn't save a copy of any of your emails) untick the checkbox.

If the checkbox is ticked, your emails will be archived.

The other checkbox is the one I've circled in blue. That one determines whether Outlook tells you when it is AutoArchiving or not. The main benefit of being told is that you can say, "Not right now" if you're on a computationally challenged laptop and are already trying to get it to do stuff you need done.


Why Archive?


Mainly it is about moving old email out of the main Outlook .pst file so that Outlook has fewer things to look through when you ask it to find something. It also speeds up performance (a little) for other things too.

One benefit is that if your main Outlook file gets corrupted, you still have a chance that the email in your archive file is intact and readable.

What AutoArchive doesn't do is save a copy of any of your email. If you lose email in Outlook (e.g. deleted and emptied, had a disk fail, reinstalled Outlook over your existing email) it is gone. It is always a good idea to backup important files and many emails contain crucial information so that means email too.

SaveMail Pro is a good tool (by us) for backing up Outlook email. With all the features it has now, I think you'd have a hard time finding one that is better value for money.

Thursday, August 13, 2009

Save Outlook Email Folders

Well, what was pretty good just got even better.

SaveMail Pro version 1.00.0045 was released last night and it has some really great features.

It still allows you to save your Outlook email as MSG files that you can load back into Outlook somewhere else. It still allows you to save emails as text files or emails as text files and attachments as normal files you can open in Windows Explorer.

However, this version adds two more fantastic features (I like them):

  • You can save email folder names with the email.
    This means if you've organized all your email, it stays organized.

  • It has ClickYes support built in.*
    This means no more having to "Allow access for XX minutes."

The new output (with Folders and DIR turned on) looks like:



Pretty cool, eh?

* You have to install ClickYes for SaveMail to use it - but that's easy because we've included it as an optional install.

Saturday, August 1, 2009

A program is trying to access Outlook. Allow access for ... minutes.

This is not what I expected - an ad for someone else's product. I'll also state that I wasn't asked to do this and I'm not getting anything for mentioning it.

The product is called "Express ClickYes". It is free. It is tiny (31.5Kb). It means you never again have to press the "Allow" button to save your email.

When it is running, it looks like this:


What it does is press the "Allow" button for you, whenever the button appears. If saving your email takes too long (lots of email) it will press the button for you for as many times as needed to save your email.

It's a really clever idea. Probably very simple, but very nicely done and ever so useful.

You can just run it and turn it on; but a better solution would be to turn it on when you run SaveMail and turn it off afterwards.

For the technically minded, the following VBScript works (save this as SaveMail.vbs and then double click it to run):


clickyes="C:\Program Files\Express ClickYes\ClickYes.exe"
savemail="C:\Program Files\GssEziSoft\SaveMail Pro\SaveMail_Pro.exe"

Set SH = WScript.CreateObject("WScript.Shell")
SH.Run """" & clickyes & """ -activate"
SH.Run """" & savemail & """",,true ' and wait
SH.Run """" & clickyes & """ -stop"
Set SH = nothing



You can get a copy of "Express ClickYes" from ContextMagic.com.

Thursday, July 16, 2009

Portable Email

One of the most frustrating things about email is "you can't take it with you".

Oh, yes, you can import it into your new computer. In some cases you can save it, convert it, and load it into another email program. But it is all very messy and sometimes the email programs just won't allow you to transfer email between them. Ever been stuck with two (or more) email programs because you can't get messages from the old system into the new one? I have.

And what is with all of the different email formats? How are you supposed to read your email if you don't have that program on that computer?

Saving your email in a standard format such as text or HTML allows you to read it anywhere. You can take it with you. You don't need a huge email program. You can use Notepad or a browser. You can read it on a Mac or on a Linux machine.

SaveMail can now save email as plain text files. If the email was in HTML format, it can save it as a HTML file.

You CAN have your email and read it too.

Save Email Attachments

SaveMail Ver 1.00.0040 just hit the streets.

We're really excited about this new version as you can now save email in text format and save attachments as normal files. There is a new option "Output" which allows you to save your Microsoft Outlook email as MSG files, as TXT (text) files, or as DIRectories which contain the email message and any attachments.

We think it is a brilliant solution to saving your email in a totally portable way.

You can download it from http://www.gssezisoft.com.