EZDetach 6 public Beta starts today

Today we are excited to announce the start of EZDetach 6 public beta program.

Please see this page for description of new features and information about upgrading from previous versions. If you are using MessageSave 5, you will find many of these features familiar. Be sure to review the entire document. Beta download link is at the bottom of that page.

One of the main goals of any beta programs is collecting user feedback. If you have already sent us your thoughts – Thank You! If you have not – we are looking forward to hearing from you!

 

 

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

Outlook – find a folder containing a particular message

There are several instances in Outlook, where you have a message and there is no easy way to find which folder contains it. For example, a search result view or a Search Folder, will display a message, and even the short name of the containing folder, but if you have multiple folders with the same short name, that does not help you.

If you are familiar with Outlook VBA macros, you could use the following snippet to jump to the folder for the currently selected message.

Sub JumpToMessageFolder()
    If TypeOf Application.ActiveWindow Is Outlook.Inspector Then
        Set ActiveExplorer.CurrentFolder = Application.ActiveInspector.CurrentItem.Parent
    Else
        Set ActiveExplorer.CurrentFolder = ActiveExplorer.Selection.Item(1).Parent
    End If
End Sub

If you have not used Outlook macros before, this page is a good introduction. It seems like a lot of text to go through, but you only
need information in the “Macros and the Visual Basic Editor” section. Just replace their example of the empty macro (“Sub Test()”) with the one above.

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

EZDetach 6 Beta is coming soon – sign up today

Update: Private beta is now closed. Please stay tuned for the public beta coming soon.

We are getting ready to release a beta of the next major EZDetach version – 6.0. It will include significant new features and enhancements. Many of them are based on your feedback and suggestions. If you would like to be among the first users to try it, please sign up for the beta mailing list using this form. We are looking forward to the release and to your feedback!

 

Have a wonderful Holiday Season!

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

MessageSave 5 Official Release

MessageSave LogoWe are happy to announce that MessageSave 5.0 is ready for the official release. We have put a lot of effort into the new version, and judging by what we heard from the Beta testers, it certainly paid off.

What is new in MessageSave 5.0

MessageSave 5.0 includes a number of great new features.

  • SimplyFile-like folder suggestion
  • Mapped folders
  • AutoSave
  • Customized file name templates

Read a more complete overview of new features in MessageSave 5.0.

Download today

MessageSave 5 is available for download from TechHit.com today. Be among the first customers to install the new version!

Note: Unlike the previous versions, MessageSave 5.0 does not have a separate full version download. The trial version is unlocked using a license key.

Upgrade early and save

We offer upgrade discounts to customers of MessageSave 4.0. If you upgrade early (before October 16), you can save even more by using an “early upgrade discount” and pay only $24.95 per license. After October 16, upgrade price will go to $29.95 per license. Use this link to order your upgrade today.

Thank you to Beta Testers and Customers!

Last but not least, we would like to say a big “Thank you” to everyone who participate in the Beta cycle and provided feedback as well as to all customers. Thank you, we really appreciate all the support and encouragements.

 

As always, we are looking forward to your feedback! And thank you in advance for recommending our products to your friends and coworkers.

 

.

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

Outlook crashing, hanging and freezing – common causes and solutions

This article describes some of the most common reasons that cause Outlook to become unstable, crash, hang or freeze.

If you are experiencing issues with your Outlook, try these items one-by-one and hopefully one of them will help.

Corrupted PST file

By far the most common reason for Outlook crashes and instability is a corrupted PST file. Microsoft is aware of this issue and provides a tool to fix it – Inbox Repair tool (scanpst). Follow the steps listed in that Microsoft Knowledge Base article to run ScanPST. Run it on all your PST files.

Sometimes, ScanPST requires more than one pass to fix a corruption. Run ScanPST repeatedly, until it reports that there are no more errors.

In some cases, a corruption might be so bad that ScanPST is unable to fix it. ScanPST will tell you that there are no more errors, but you would still experience issues. In this case, you should create a new PST file and copy all items from the old PST into the new one. After you do that, close the old PST file (Right-click the top-most folder of the PST, then select “Close”).

Corrupted OST file

The issue is similar to the one above, it applies to cases when you are using and Exchange email account. For Outlook 2007 and older, Microsoft was shipping an OST Integrity Check tool (ScanOST).

For Outlook 2010, Microsoft suggested exporting OST into a PST, then deleting the OST file and reimporting messages from the PST. Alternatively, you can simply delete the OST file, restart Outlook and let it rebuild the OST file. Note: This operation might take a long time if you have a large Exchange mailbox.

Corrupted Profile

Sometimes an Outlook profile might get corrupted. In this case, you have to create a new profile.

Corrupted Outlook Configuration Files

In addition to PST, OST and profiles, Outlook has several other files which might get corrupted. If the above steps did not help, please try renaming outcmd.dat, extend.dat and Frmcache.dat as described in Part 2 of this article.

Misbehaving Add-ins

Running unnecessary add-ins may make Outlook slower and even cause stability issues. Check what add-ins you have installed. You probably have more add-ins installed than you think. Use the following instructions to see what add-ins you have installed and disable the ones you are not using. Leave only the Add-ins you absolutely must have in Outlook.

How to disable addins in Outlook 2010
How to disable addins in Outlook 2007
How to disable addins in Outlook 2003

Keep Windows Up To Date

Regularly use Windows Update to keep your computer up to date with the latest patches and service packs. We recommend that you configure Windows to check for updates automatically.

 

Hope you found this article useful. If you have additional tips, please share them in comments below.

 

TechHit products will help you spend less time managing email and keep Outlook running in tip-top shape.

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

Best practices for Outlook 2010

Microsoft has published a very useful article on best practices for using Outlook 2010.

If this topic is of interest to you, also read this article on managing your email in Outlook. It is shorter than the one from Microsoft and might be easier to get started with.

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

TwInbox 2.2.0.121 release

TwInbox LogoToday we released TwInbox 2.2.0.221.

New in this release:

  • Preview for t.co URLs. Now you can see where a link points to before clicking on it.
  • An option to enable/disable inline image preview in tweets. (Located on the Preferences tab of the Options window).

Note: Due to Twitter API limitations, the above features do not work for searches.

The latest version of TwInbox is available for download now from our website.

Be sure to follow @TechHit on Twitter to keep up to date with the latest news and updates. Thank you for using TwInbox!

 

Do you have too many messages in your Inbox? Try SimplyFile  – Intelligent filing assistant for Microsoft Outlook.

 

.

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

SimplyFile 3.1.0.225 release

Today we released SimplyFile 3.1.0.225. Some of the changes include:

To upgrade, simply download and install the latest evaluation version from our website or use the “Check for Updates” button on the SimplyFile drop-down menu. If you already have a version 3.0 license key, SimplyFile will automatically recognize it. Thank you for using SimplyFile. Keep on SimplyFiling!

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

MessageSave 5 Public Beta Starts Today

MessageSave LogoToday we are excited to announce the start of MessageSave 5 public beta program.

Please see this page for description of new features and information about upgrading from previous versions. Be sure to review the entire document. Beta download link is at the bottom of that page.

One of the main goals of any beta programs is collecting user feedback. If you have already sent us your thoughts – Thank You! If you have not - we are looking forward to hearing from you!

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS

MessageSave 5 Beta is coming soon – sign up now for early access

MessageSave LogoUpdate: Private beta is now over. Please see Public beta announcement.

We are getting ready to release a beta of the next major MessageSave version – 5.0. It will include significant new features and enhancements. Many of them are based on your feedback and suggestions. If you would like to be among the first users to try it, please sign up for the beta mailing list using this form. We are looking forward to the release and to your feedback!

 

Share and Enjoy:
  • email
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • del.icio.us
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • Live
  • RSS