Exchange Messaging Outlook
Volume 12, Number 15

Issue Date November 1 2007

   

This issue sponsored by: SonaSafe for Exchange Server ♦ Sherpa Software ♦ Sperry Software

Today's highlights:

Regular features:

 

Open Shared Folders in OWA

How to open shared folders using OWA perplexes many users, since there is no "Open shared folder" menu they can use. As long as you know the alias or SMTP address of the shared mailbox and the path of any shared subfolders, you can open shared folders while using OWA. Users will access rights to the mailbox need just the alias and will be able to see the full shared mailbox in OWA. You'll also need the proper permissions, which are the same as for sharing folders within Outlook: at least "Folder visible" on the mailbox root (Outlook Today folder) and Reviewer permission on the shared folders.

When logged into your mailbox with OWA, type the alias or STMP email address of the shared mailbox at the end of the URL. If you have the proper permissions, the mailbox will open. Should you only have rights to the calendar (or another folder), you’ll need to add "/calendar" or the folder name to the alias. Remove the username and folder name from the URL to return to your mailbox.

For example, if the URL you use to log into OWA is

https://owa.yourdomain.com/exchange

The URL to the shared mailbox would be

https://owa.yourdomain.com/exchange/sharing_user

Or

https://owa.yourdomain.com/exchange/sharing_user@domain.com

You can go directly direct to the shared calendar (or any other folder you have permission to view) by appending the user name and folder to your OWA URL:

https://owa.yourdomain.com/exchange/sharing_user/calendar

Subfolders are accessed by including the full path to the subfolder. (You may need to replace spaces in folder names with %20. )

https://owa.yourdomain.com/exchange/sharing_user/calendar/my%20calendar

Exchange 2007 includes an Open Other Mailbox dialog in the OWA interface, as a menu under the user's display name in the upper right corner of the webpage. Open the shared mailbox by clicking on the display name to show the Open Other Mailbox dialog and type the shared mailbox name (or partial name) in the field. You won’t be able to browse the GAL for the mailbox name, but it will resolve partial names and remembers recently opened mailboxes. You can also use the URL method to open the shared mailbox.

Users will need explicit logon permissions on Exchange 2007, set using the Add-MailboxPermission cmdlet:

Add-MailboxPermission -identity mailbox_alias -User user_alias -AccessRights FullAccess

Exchange 2007 SP1 adds this command (as well as Send as permissions) to the Exchange Management Console, accessed with a right click on the mailbox name.

Print Outlook Reminders

An Outlook user recently asked "Is there a way to print reminders in Outlook?"

Outlook doesn't offer a predefined way to do this but you can create a custom view which will show the reminder times and print it. While it works as expected for individual appointments, recurring events will show only the reminder for the first occurrence. It also won’t display the new reminder time for snoozed reminder, as this doesn’t change the value stored in the reminder field.

The reminder is stored in the Remind Beforehand field, as a number in minutes, not as a specific date and time. Ie, it contains 15, not 10/31/2007, 12:45 PM.

You can easily convert it to a date and time with a custom field which subtracts the minutes in the Remind Beforehand from the start time's date and time:

DateAdd("n",-[Remind Beforehand],[Start])

This formula allows you to add, or in this case, subtracts the value of remind beforehand field from the minutes field of the appointment's start time.

Open the Field Chooser dialog, click New, enter a name for the field and select Formula for the field type. Type or paste the formula in the Formula field. Then drag the new field to the view.

A step-by-step version with screen shots can be found at
Creating a Custom Field for the Reminder Time
http://www.outlook-tips.net/beginner/remindertime.htm

Shared Mailboxes and the Deleted Items Folder

A wish of many delegates is the ability to delete messages from the shared mailbox and have the items moved to the mailbox's Deleted Items folder, not their own Deleted Items folder.

This is one wish that the administrator can grant, provided the user has at least author rights to the shared mailbox's Deleted Items folder.

Add the DWORD DelegateWastebasketStyle, with a value of 4, to this key:

HKEY_CURRENT_USER\Software\Microsoft\Office\xx.0\Outlook\Options\General

Replace the xx with the correct Outlook version number. A value of 8 uses the default Deleted Items folder.

Inserting Text with Quick Parts

The Insert signature function found in the Outlook editor was often used to insert text blocks, leaving those who upgraded to Outlook 2007 without an obvious way to insert large blocks of text. While Autocorrect can be used, it had a limit of 255 characters, generally not enough to handle inserting boilerplate text blocks.

Enter Quick Parts, a new feature of Office 2007, replacing AutoText in older Office versions.

To create Quick Parts:

  1. Type the text you want to use in a Quick Part into a new email message.
  2. Select the text block and click the Quick Parts icon (look for it on the Insert ribbon)
  3. Select Save selection to the Quick Part Gallery, at the bottom of the flyout.
  4. Complete the New Building Block dialog and click Ok to save it.

To Use a Quick Part:
Click on the Click Part button and select the text block you want to insert.

Right click on a block for editing options and a menu of locations (header, footer etc) where it should be inserted. Edit properties brings up the Building Block dialog, allowing you to change the name, category or other options. The Organize and Delete dialog includes a preview pane to display the contents of selected blocks along with options to edit properties, delete blocks, and insert blocks.

While Word has a Quick Part gallery and Outlook uses Word as the email editor, they don't share quick parts. If you want the same text block available in both Word and Outlook you'll need to add it to each program's Quick Parts gallery.

To save short phrases as AutoComplete text, enter the text and select it, then open the Editor options (at the bottom right of the Office orb menu, formerly known as File menu). Browse to Proofing, Autocorrect button. You'll need to use a unique entry in the Replace field.

As handy as Quick Parts are, if they don't meet your needs, applications which can replace some of the functionality of the Insert Signature function include Outlook add-ins such as Sperry Software's Quick Text hotkeys Email Template. You can also use Windows macro utilities, such as ActiveWords, which can insert text blocks into Word, Notepad or other applications. Because ActiveWords works with Outlook Express and other applications, I use it to store the answers to frequently asked questions.

Quick Text Hotkeys
http://www.sperrysoftware.com/Outlook/Quick-Text-Hotkeys.asp

Email Templates
http://www.emailtemplates.com/

Template Phrases
http://www.ablebits.com/outlook-templates-phrases/index.php

ActiveWords
http://www.activewords.com/

Open Multiple Outlook Windows

The words every administrator hates to hear: "it was always like that at my old job" came with a request from a user that when she opens Outlook, she wants several calendars open at the same time, automatically.

Yes, it is possible to have Outlook open multiple windows when it loads.

Open the Outlook windows you need and arrange them to your liking then always close Outlook using File, Exit. All of the windows close and Outlook restores them the next time you use it.

If you use Outlook 2003 or 2007 and want to open the Calendar module with the same calendars checked each time you'll need to use a Windows macro or scripting utility such as AutoIt to automatically enter the required keystrokes the open these other calendars

AutoIt
http://www.autoitscript.com/autoit3/ 
Back to Top  

New Utilities

Security Manager 2007
http://www.add-in-express.com/outlook-security/
Outlook Security Manager is a one-line programming tool that allows you to bypass security settings and avoid security warnings, alerts or prompts in add-ins and applications that interact with Microsoft Outlook. Outlook Security Manager is developed for .NET, VCL and ActiveX platforms (VB.NET, C#, C++, Visual Basic 6, Delphi, VBA, Word MailMerge) and supports MS Outlook 2000, Outlook 2002 (XP), Outlook 2003 and Outlook 2007 with / without service packs.

Template Phrases
http://www.ablebits.com/outlook-templates-phrases/index.php
With this Outlook plug-in you can quickly insert commonly-typed phrases or blocks of text into e-mail messages, without having to type the same text over and over again.

MIRAMI Tools
http://www.mms.admis.sk/
Addin makes it easier to work with attachments. Acquire images from a scanner and attach directly to the email and compress attachments.

Free POP3 Collector
http://petersblog.dyndns.org:8899/Lists/Posts/Post.aspx?ID=32
POP3 email connector. Works with any SMTP server including Exchange and Notes. Supports Secure POP3 (SSL) or Secure SMTP (SSL/TLS) with authentication.

cGeep
http://www.cgeep.com/
cGeep offers 1 click file and mail encryption, uses OpenPGP. Available in 3 versions: Free, Pro, and Web-based.

Attachment Alarm
http://www.ablebits.com/email-attachments-missing-outlook-addins/index.php
Attachment Alarm for Microsoft Outlook add-in scans all outgoing e-mail messages and if it finds words or phrases from the Key words list, it raises the alarm and suggests inserting an attachment in a Microsoft Outlook message.

Back to Top  

Updated Utilities

Duplicates Remover
http://www.ablebits.com/outlook-duplicates-remove/index.php
Duplicates Remover for Outlook will help you to find and remove duplicates in contacts, notes, tasks, journal and calendar items (but not emails) in Outlook and MS Exchange Server folders. You can use Duplicate Remover to find Outlook duplicates in one folder or in different folders. A found duplicate can be marked with flag, deleted, copied or moved to any folder you choose. Works with Outlook 2007, 2003, Outlook XP (2002), & Outlook 2000. Version 2.5.2

Duplicate Email Remover
http://www.ablebits.com/outlook-remove-duplicate-emails/index.php
Duplicate Email Remover is an add-in used for finding and removing duplicated mail messages in Outlook folders. It searches across all the Outlook folders that you select, looking for and eliminating duplicates of that email. The found duplicate emails can be marked, removed, copied or moved to any folder you choose. Supported on Microsoft Outlook 2007, 2003, 2002 (XP), and 2000. Version 2.15.2

KBase for Outlook
http://www.kalmstrom.nu/products/Outlook/KBase/
Kbase for Outlook gives you a knowledge base available right inside Outlook. Works with all versions of Outlook. Supports rich text, .html and attached files. Uses full text searching. Problem Category and Type. Save articles as .html files to publish on website or intranet. Works stand-alone or with Public Folder HelpDesk for Outlook. Version 2.

Public Folder HelpDesk for Outlook
http://www.kalmstrom.nu/products/Outlook/PFHelpDesk
With Public Folder HelpDesk support staff can collaborate on helpdesk tickets inside MS Outlook. Auto-create tickets from e-mail or web form. Describe problems using attached files and rich text. Sort tickets. Get information from the Outlook contacts or the GAL. Open tickets stored in Outlook and in an Access or SQL database. Closed tickets retained only in the database but can be searched and re-created in Outlook if needed. Mail conversations can be tracked. Statistics tool and knowledge base. Works with Outlook 2000–2007, on Windows XP or Vista. Version 9.2.5
Back to Top  

Other Resources

Microsoft Office Outlook 2007 Auxiliary Reference
http://msdn2.microsoft.com/en-us/library/bb905149.aspx
This reference contains conceptual, reference, and code sample topics to guide you in developing solutions using MAPI and Outlook APIs that are exposed outside of the Outlook Object Model. Available online or download.

Update Rollup 5 for Exchange 2007
http://support.microsoft.com/?kbid=941421
This update addresses the following issues: The recipient information in an e-mail message incorrectly contains the character string "%40" in the address instead of the at sign (@) in Exchange Server 2007 (KB 940051) Non-English characters in the meeting description field are replaced by question marks when an Exchange Server 2007 user opens a meeting invitation that was sent by a Lotus Notes user (KB 940058)
Back to Top  

New Exchange Knowledge Base Articles

You cannot run the Move-StorageGroupPath cmdlet after you install Exchange Server 2007 on a computer that does not belong to a CCR cluster
http://support.microsoft.com/?kbid=943279

You receive a read receipt that contains incorrect time information from Exchange 2007
http://support.microsoft.com/?kbid=940259

User Creation via PowerShell Did Not Succeed When Using LoadGen on Exchange Server 2007
http://support.microsoft.com/?kbid=944332

The Test-OwaConnectivity cmdlet and the Test-ActiveSyncConnectivity cmdlet do not run successfully on a computer that is running Exchange Server 2007
http://support.microsoft.com/?kbid=943273

The System Attendant Service May Fail to Start on Exchange Server 2007 With NWLink Protocol Installed
http://support.microsoft.com/?kbid=944301

The Set-Mailbox cmdlet fails when you run the cmdlet together with the EmailAddressPolicyEnabled parameter in Exchange 2007
http://support.microsoft.com/?kbid=941774

The public folder store may take several minutes to mount on an Exchange 2007 server
http://support.microsoft.com/?kbid=940462

Excessive memory may be consumed by Exchange Server 2007 on a Windows Server 2003-based computer
http://support.microsoft.com/?kbid=943502

Description of Update Rollup 5 for Exchange 2007
http://support.microsoft.com/?kbid=941421

Access is Denied When Users Access Global Address List in Microsoft Exchange Server 2007 Outlook Web Access
http://support.microsoft.com/?kbid=944334
 
3rd Party Application or Mail Server May Fail to Send To or Relay Mail Through Exchange Server 2007
http://support.microsoft.com/?kbid=944302
 
An OWA user may not receive a password-expiration warning in an Exchange Server 2003 organization if the user's display name contains certain DBCS characters
http://support.microsoft.com/?kbid=941810
 
Appointments are incorrect by one hour when you access the appointments by using the Outlook Mobile Access (OMA) client
http://support.microsoft.com/?kbid=942919
 
Setting "Squeaky Lobster" performance counter settings
http://support.microsoft.com/?kbid=556030
 
Store.exe deletes system messages before they are returned to public folders on an Exchange Server 2003-based server or on an Exchange 2000 Server-based server
http://support.microsoft.com/?kbid=943022
Back to Top  

New Outlook Knowledge Base Articles

Some Outlook calendar items are rebased incorrectly when you use the Outlook Time Zone Data Update Tool to adjust for daylight saving time changes in certain time zones
http://support.microsoft.com/?kbid=943390

Description of the Outlook 2007 Junk E-mail Filter update: October 9, 2007
http://support.microsoft.com/?kbid=942575

When you try to configure the Outlook 2007 AutoDiscover service to use a remote domain, you may receive a certificate mismatch error
http://support.microsoft.com/?kbid=943359
Back to Top  

More Information

ISSN 1523-7990
Copyright 1996-2006, Slipstick Systems and CDOLive LLC. All rights reserved.