Windows Mail in Vista

We encouraged use of Outlook Express as an IMAP client for several years. The current recommendation is Mozilla Thunderbird, but there are folks who prefer to use Outlook Express or even Outlook proper (gasp!).

There were threats that Outlook Express was going away, but it has just been re-named Windows Mail. It still provides support for POP, IMAP, NNTP, and LDAP. There are a couple changes of note, though.

Windows Mail uses the Deleted Items to store deleted messages. Outlook Express didn’t offer this behavior. You can configue the specific folder to use in the Account properties under the IMAP tab.

If you prefer the previous behavior, which is consistent with Outlook proper, of marking messages at deleted, and then purging them permanently, you need to go to the Options dialog and the Advanced tab, and uncheck the option “Use the ‘Deleted Items’ folder with IMAP accounts.

If you do this, you may be surprised the next time you delete a message and find that it disappears immediately. That’s because Windows Mail doesn’t display deleted messages by default. You can show them by selecting the “Show deleted messages” option on the Current menu under Current View.

Those are the big functional differences I’ve found in some brief experimentation. However, I’m one of those folks who likes Outlook. So that’s where I spend most of my email time, followed by Pine, Thunderbirdm and Webmail.

SyncML on Windows Mobile 5

I’ve been using the Synthesis SyncML client to synchronize my calendar information between my Oracle Calendar Server (OCS) agenda and my Treo700w calendar. It is important to note that, per the vendor’s recommendations, I’m using the back-level 2.5.0.69 client, rather than the newer 3.0x client. Update: The UVM Calendar server has been upgraded, and the current version (3.0.222 at the time of this edit) of SyncML works fine.

I downloaded the Zip file from Synthesis AG, which contains the program install file (syncml_std_en.PPCWM.CAB) as well as documentation. Because I’m using the Treo with Windows Vista, I don’t have ActiveSync. To install the software, I copied the CAB to my Treo, then used File Explorer to locate and install the SyncML application.

Synthesis SyncML will appear in the Programs list:

Windows Mobile Programs screen

Continue reading →

MSSQL DTS2007 Notification Services update

Int he most recent TechNet Flash newsletter, I spied a link to the article How to prepare SQL Server 2005 and SQL Server 2000 for changes to daylight saving time in 2007. The article mentions the need to update instances of Notification Services. Following the instructions at http://support.microsoft.com/kb/931815/ was relatively painless.

In addition, there are some issues when using the DateAdd and DateDiff functions. The recommended fix is to use GetUtcDate instead of GetDate. I checkes the apps and DTS packages I have written and none were affected.