News Did you notice some downtime?

Well, I hope not! Today I changed the backend of my website, or in less technical terms; the stuff that keeps my website running ;-)

After years and years of managing separate htm-files, everything is now finally in a database and managed by a lot less template files. I’ve taken much care in making sure all the ‘old’ links still work and will continue to work since they are the ‘new’ links as well. However, there were a few links for which it wasn’t possible to transfer them but you should be automatically redirected for those. One of those links is for the RSS Feed of my website. If your RSS application is advanced enough, it will probably automatically update the subscription link and otherwise you’ll have to do it manually. If you come across some issues with my website, please do not hesitate to contact me.

Which reminds me; I have to update my About page! Last month I got my degree of “Master of Science in ICT in Business”. My thesis research was titled; “Bridging the gap between intra-organizational mobile collaboration scenarios and tools.”

I know things have been quiet on this website for a while but with the graduation and this backend change, I can finally focus again on the content part of this website. I’ve got a big list of ideas to write guides on but if you have some ideas too on things you want to see covered on this website you can contacts me.

I’ll also frequently post small tips and tricks on Outlook on my other Outlook website MSOutlook.info.

See you soon! :-)

News Office 2003 Service Pack 3 Released!

Today Office 2003 SP3 got released. In true Office tradition you can expect this to be the final Service Pack that we’ll see for Office 2003 (but I’m sure we’ll see some additional Hotfixes though). You can download Service Pack 3 here or of course use Microsoft Update or Office Update.

I’ve also updated the guide on how to create an Office 2003 CD (or installation point) with Service Pack 3 slipstreamed into it.

HowTo Sorting Outgoing E-mails

When you use rules to sort your outgoing e-mails into folders you’ll notice that you can actually only "move a copy" to that folder. This rule is quite unclear and actually contradicts itself; does it move or does it copy? Well it copies and when you use the rule by default, you’ll end up with duplicates which is probably not what you want; you want it to move! This is still possible but it involves modifying another option and to carefully craft your e-mail rules.

Turn off the generic save option

Since we’re going to sort the outgoing e-mails by using rules we’re going all the way and actually also manage saving all outgoing messages by using rules. This means that we can turn off the generic option "Save copies of messages in Sent Items folder" which is on by default. You can find this option in;

  • Outlook 2007 and previous
    Tools-> Options-> tab Preferences-> button E-mail Options…
  • Outlook 2010
    File-> Options-> section Mail-> option group: Save messages

Create a rule to sort your outgoing mail

In this example we’ll create a rule to store all messages sent to John Doe in the a folder named "John Doe" which is a subfolder of the Sent Items folder.

  1. Open the Rules wizard;
    • Outlook 2007 and previous
      Tools-> Rules and Alerts…
    • Outlook 2010
      tab Home-> section Move-> button Rules-> manage Rules and Alerts…
  2. Select "Start from a blank rule"
  3. Select "Check messages after sending" and press Next
  4. In the Step 1 section select "sent to people or distribution list"
  5. In the Step 2 section click "people or distribution list" and select John Doe from your address book and press Next
  6. In the Step 1 section select "move a copy to the specified folder"
  7. In the Step 2 section click "specified" and select the John Doe folder
  8. In the Step 1 section select "stop processing more rules"
    This is important or you’ll end up with duplicates again!
  9. Press Next and then Next again (unless you want to set exceptions)
  10. Name the rule, verify that "Turn on this rule" is selected and press Finish

You can of course create additional rules to move messages to other people to different folders by repeating the above steps but note that you each time add the action "stop processing more rules" to the rule.

Create a rule to catch the rest of your mail

Currently we’re only saving the mails we’re sorting to other folders. Of course you want to store the rest of your outgoing messages to the Sent Items folder. We can do this by creating a generic rule; a rule without conditions.

  1. Open the Rules wizard;
    • Outlook 2007 and previous
      Tools-> Rules and Alerts…
    • Outlook 2010
      tab Home-> section Move-> button Rules-> manage Rules and Alerts…
  2. Select "Start from a blank rule"
  3. Select "Check messages after sending" and press Next
  4. Without selecting anything select Next.
  5. You’ll get a dialog saying;
    "This rule will be applied to every message you send. Is this correct?"
    Press Yes
  6. In the Step 1 section select "move a copy to the specified folder"
  7. In the Step 2 section click "specified" and select the Sent Items folder
  8. Press Next and then Next again (unless you want to set exceptions)
  9. Name the rule, verify that "Turn on this rule" is selected and press Finish

Sort your rules

After creating the rules you must make sure that the rules are sorted correctly! You must set the generic rule to be executed last with above it the personalized sorting rules.

Sorting rules using the arrows
You can use the arrows in the Rules and Alerts dialog to sort your rules.

Sent Items Organizer

There is a small downside of organizing your outgoing emails with a rule which is that they all get marked as unread. Unfortunately you cannot solve this via a rule. If this annoys you and/or if you are looking for more flexibility is sorting your outgoing emails than the limited set of rules provided, then you can use the "Sent Items Organizer” add-in from Sperry Software. This add-in also comes with the option to be prompted in which folder you want to store your message when you press the Send button.
If you decide to order use BH93RF24 to get a discount.

Sperry Software
Use "BH93RF24" to get a discount when ordering!

HowTo Send Word Document As Email

In previous versions of Word (pre-Office 2007) you had the ability to send the contents of your current document as the contents of your email. In Word 2007/2010 you initially only have the option to send it as an attachment. To add that functionality again you can use this tip.

However, you’d still be in the Word environment. The drawback of this, is that you are missing some Outlook features such as;

  • choosing the Sent Items folder
  • convenient access to your signatures if you only have 1 mail account
  • inserting Business Cards
  • inserting Quick Parts you saved in Outlook
  • custom VBA code
  • some addins that you have installed for Outlook won’t function properly

This guide will explain how you can mimic the “Send to Mail Recipient” feature by using VBA code and allow you to work in an Outlook environment, giving you access to the features you need. Continue reading: Send Word Document As Email

HowTo Signing your own macros with SelfCert.exe

When you create a macro and are running Outlook with the default security settings you are not able to run the macro unless you either tamper with the default security settings or sign your own code with a digital certificate. Since it is not very common to have your own digital certificate you probably set your macro security to a lower level to be able to run your macro. There is no need for that; you can sign your own macros with SelfCert.exe so there is no more need to lower your security settings.

Continue reading: Signing your own macros with SelfCert.exe

HowTo Save Embedded Pictures in Their Original Format

You've probably come across this at least once; You receive a nicely HTML formatted message with embedded pictures so the sender can tell the story with the pictures and when you try to save the pictures you can only save them as a bmp-file. Or; you receive a fun e-mail with an animated gif-file and when you try to save it you can only save or copy it as a bmp-file which will of course break the animation.

This How To article explains how you can save the embedded pictures in their original file format. Continue reading: Save Embedded Pictures in Their Original Format

HowTo Remove the Outlook icon from your desktop

In Windows XP all icons are removed from your desktop by default except for the Recycle Bin (see the “Other Programs” section on how to remove that one). When you install Outlook 97, 98, 2000 or 2002 there will also be and Outlook icon placed on your desktop still not allowing you to go for that extremely clean desktop policy. You can’t just delete it as you will delete a part of the program when you do. So, what to do?

Continue reading: Remove the Outlook icon from your desktop