SimplyFile 3.1.0.249 release

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

  • Support for filing messages sent using the new “Inline reply” feature of Outlook 2013.
  • Small bug fixes.

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!

 

 

JumpToWindow 1.1 – Window Preview

Today we released a new version of JumpToWindow – 1.1. It introduces a new feature – Window Preview.

Window Preview displays a preview of the window you select. If you have several windows with the same title, you can preview them to make sure you pick the right one. There are two ways to activate window preview:

  1. Auto Preview. JumpToWindow will automatically show preview when you pause on an item in the window list.
  2. Manual Preview. You can toggle window preview for the currently highlighted window manually by hitting Ctrl+P.

Download the new version today and tell us what you think.

 

Note: Window Preview only works on Windows Vista or newer and only if Aero is enabled.

 

.

MessageSave 5.0.0.517 and EZDetach 6.0.0.506

We have just released MessageSave 5.0.0.517 and EZDetach 6.0.0.506. These are minor updates that include several small fixes as well as new file path truncation logic.

New truncation rules

As you know, Windows has a 260 character limit for file path length, which includes full folder path length plus file name length. If you specify destination folder and naming options which result in a file name longer than the limit, it needs to be truncated. The new truncation logic makes results more predictable and consistent for very long file paths.

How to upgrade

Upgrade reminder

If you are still using older versions of the products (MessageSave 4.x and EZDetach 5.x) you are eligible for discount upgrade pricing for the latest versions (MessageSave 5.0 and EZDetach 6.0). Order upgrade here.

 

 

JumpToWindow 1.0 – Official Release

Today we are happy to announce the first official release of our brand-new product – JumpToWindow.

JumpToWindow will help you be faster at what you do hundreds of times every single day – switch between open windows and applications. No more Alt-Tabbing through an endless list of windows or hunting for the right icon with the mouse. Simply hit a few keystrokes and jump directly to the right window.

Download your copy today

Learn more and download JumpToWindow today! You will be amazed by how often you use it.

As always, we are looking forward to your feedback!

 Thank you to Beta testers

Last but not least, we would like to say a Huge Thank You to all JumpToWindow beta testers for their wonderful feedback, suggestions and encouragements! We love building products that help our customers!

 

EZDetach 6 Official Release

We are happy to announce the official release of EZDetach 6. We have put a lot of work into the new version and are very happy with the way it turned out. Feedback from the Beta testers has been very positive as well.

What is new in EZDetach 6

EZDetach 6.0 includes a number of great new features.

  • SimplyFile-like folder suggestion
  • Mapped folders
  • Scheduler
  • AutoSave
  • Customized file name templates
  • Better support for Outlook 2010 Ribbon UI
  • New type of attachment links

Read an overview of new features in EZDetach 6.

Download today

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

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

Upgrade and Save

We offer upgrade discounts to licensed customers of EZDetach 5. 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 participated 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.

 

.

 

New product – JumpToWindow – Beta starts today

Today we are excited to announce the first Beta release of our brand new product – JumpToWindow.

You will use it hundreds of times every day

If you are already using SimplyFile or QuickJump, you know how powerful and efficient keyboard-based navigation is. JumpToWindow applies the same power to an operation you literally perform hundreds of times every single day – switching between open windows and applications.

If you have more than a handful of windows open, switching between them using Alt+Tab or using the mouse can be awkward and distracting. With JumpToWindow you can switch without breaking your flow.

Watch a quick demo

Download JumpToWindow Today!

Download JumpToWindow and take it for a spin.

Tell us what you think.

Thank you for your interest! We are looking forward to your feedback.

 

 

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!

 

 

 

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.

 

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!