|
|
|
Exchange Messaging Outlook
Volume 9, Number 24 |
|
Greetings! Welcome to Vol. 9, No. 24, 3 Mar 2005, of Exchange
Messaging Outlook, a biweekly newsletter about Microsoft Exchange
and Microsoft Outlook. Today's highlights:
Regular features:
OUTLOOK'S BLOCKED EXTERNAL CONTENT AND IMAGES
A lot of questions have come up lately suggesting that Outlook's
blocked external content feature is broken because it appears
Outlook is ignoring the BEC settings. It's not and Outlook is
behaving as designed. Spammers started to include embedded images in
their messages so we can't block them. Outlook 2003's Junk email
filter and Exchange server's IMF have a problem identifying these
messages as spam and quite a few will get through. Fortunately,
these images are not web bugs and won't send information back to the
spammer that show you opened the message (unless you click on the
image), so security is not a concern.
You can verify that Outlook is not downloading images by viewing
the message source. Right click on the message body in the reading
pane or in an opened message and choose View Source and you'll see
something like the following:
<HTML><HEAD> </HEAD> <BODY><p> <FONT size=1>have been fine. If I had been a less
enthusiastic evangelist for</font><br> <A href="http://othfmpfn.beatrxbillz.net/a/bu209118pbe/sbtpx/"><FONT></FONT> <FONT></FONT><IMG SRC="cid:agctqql_lkmnizo_dtldzqc"
border="0" ALT=""></A></FONT></p>
The key line is the image source (IMG SRC) tag. When the image
source comes from an external location, the IMG SRC tag will contain
an Internet path.
<img src="http://c.1nc024.com/images/20050228.gif" alt=""
border="0">
Because it's external content, Outlook 2003 won't
retrieve this image unless you allow it.
When the image is embedded, the image source tag uses a CID (Content
ID) which matches one of the attached images. The source code sample
above contains the following line, which means the image was sent
with the message and as long as Outlook is allowed to render HTML,
it's going to display the image.
<IMG SRC="cid:agctqql_lkmnizo_dtldzqc" border="0" ALT="">
The message header contains an entry for each attachment, linking
the image name to the CID so that Outlook knows where to display
each attachment. The header will have a section similar to this for
each embedded image:
------=_NextPart_000_0943_01C4E17D.7F4F94E0 Content-Type: image/jpeg; name="001.jpg" Content-Transfer-Encoding: base64 Content-ID: <agctqql_lkmnizo_dtldzqc> Content-Location: 001.jpg
You can't prevent these images from displaying, other than by
reading your mail in plain text or turning off the reading pane
before you delete the messages. While you can create a rule in Rules
wizard to look for words in the message header, using the image name
as the word, because spammers change the image names often or use
common names legitimate senders also use, a rule is less than
useful.
QUICK FLAGS AND SENT ITEMS
While you can add a flag and a reminder to a message when you
compose it, it's the standard old-style red flag, not a Quick Flag,
and it won't show up in the For Follow up search folder. In order to
see it in the Search folder, you need to go to the Sent Items folder
and add a Quick Flag.
The reason why you can't add a Quick Flag to a message before
sending it is to prevent "flag spamming", where someone flags an
item before sending it, so it's shown in your For Follow up folder,
where they hope it gets faster action than it would just waiting in
your Inbox.
Outlook's "after sending" rules don't support adding Quick Flags to
a message (only the old flag style), so you can't apply quick flags
to messages you send based on categories or other criteria. This short VBA code sample from Sue Mosher (OutlookCode.com)
uses categories to set a Quick Flag when you send a message and
assign a specific category to the message. The recipient will see
the message with a normal, old-style flag, since Outlook stamps the
X-Message-Flag: Follow up header on it.
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As
Boolean) If Item.Class = olMail And Item.Categories = "green" Then Item.FlagIcon = olGreenFlagIcon Item.FlagStatus = olFlagMarked Item.Categories = "" End If End Sub
To use this code sample, press Alt+F11 to open the VBA editor, and
enter the code in ThisOutlookSession module. Set Outlook's macro
security level to Medium and run the macro. Create a new message and
type "green" in the category field on the options dialog. Outlook
flags the message with a green quick flag when you send it and
you'll see it in the For Follow up folder. The recipient receives a
message with the follow up header set, and if they use any version
of Outlook, they'll see a simple red flag.
You can use any criteria supported by VBA to determine if a message
should be flagged. To learn more about using VBA with Outlook, visit
http://www.outlookcode.com.
OUTLOOK TIP: PREVIEWING DRAFTS IN OUTLOOK 2003
One very annoying difference between Outlook 2003 and older versions
is that you can't use the Reading pane in the Drafts folder. Since
the Reading pane is supported in a Search folder, create a Search
folder that only searches your Drafts folder and add it to the
Favorite Folders list. Now you can read your drafts in the Reading
pane.
If you just want to see the first couple of lines of a draft
message, you can enable Autopreview instead. Look for it on the View
menu.
EXCHANGE TIP: FILTERING EMAIL ADDRESSES
If you want to reject mail from certain addresses create Sender
filters on the server.
Open the Exchange System Manager and browse to Global Settings, and
right click on Message Delivery, choosing Properties. Enter the
sender's email address on the Sender filtering tab. Exchange has a
limit of about 800 addresses and supports wildcards to increase the
efficiency and limit the number of addresses you need on the list.
Use @*keyword* or *keyword*@ format for the wildcards.
|
 |
|
New Utilities
|
EXTENDED REMINDERS
http://www.slovaktech.com/extendedreminders.htm
Now supports Terminal server use. Extended Reminders enables you
to get reminders on items in any email, contacts, tasks or
calendar folder in your default mail store except the Outbox and
Deleted Items folders. It works with Outlook 2000 (corporate or
workgroup mode only), Outlook 2002 and Outlook 2003, and with
Exchange mailboxes or PST files. Version 1.2.5
OUTLOOK ADVANCED QUOTING ADD-IN
http://www.sos-crew.com/products.shtml#OAQ
Basic Outlook functionality supports quoting levels mark out
using quoting symbols such as "<", "|", ":" but they don't help
when you are trying to follow messages through several quoting
levels. Outlook Advanced Quoting Add-In helps users identify
replies in their messages.
OAQ also addresses another problem: the MS Outlook message
headers automatically added to the message text overload
messages with redundant information and complicate message
reading.
Outlook Advanced Quoting Add-In solves all mentioned above
problems and makes easy reading large messages with quoting
levels. QSEARCHFOLDERS
http://www.olfolders.de/Lang/English/QSearchFolders/searchfolders.htm
Create Search folders in any version of Outlook, searching all
folders or specific folders in the background and search folders
are updated automatically if the folders change. QSearchfolders
supports all folder types, including contacts. Because search
folders is a feature of MAPI store providers, all search folders
will remain working even after de-installation of QSerachFolders.
All versions of Outlook are supported.
WINZIP COMPANION FOR OUTLOOK
http://www.winzip.com/prodpagewzcou.htm
Use WinZip Companion for Outlook to zip and encrypt attachments
when sending messages. This saves transmission time, conserves
space in Outlook mailboxes, and saves disk space for both the
sender and recipient of the e-mail. The Companion can be
configured to automatically zip your attachments, ask whether or
not you want them zipped, or let you zip and attach files
manually with just a few mouse clicks. Toolbar and menu items
allow you to control the Companion's functionality on a
message-by-message basis. In addition, sensitive attachments can
be easily protected with the same built-in advanced AES
encryption found in WinZip 9.0.
WinZip Companion for Outlook works with Outlook 2000, Outlook
2002, and Outlook 2003 only. |
Updated Utilities
|
REMINDER MANAGER
http://www.slovaktech.com/remindermanager.htm
Now supports Terminal Server compatibility. Reminder Manager makes
it possible for Outlook to fire reminders from any calendar,
contacts, mail, or tasks folder visible in the Folder List, whether
in a Personal Folders .pst file or an Exchange mailbox or Public
Folders. (IMAP folders not supported) Includes option to send
reminders to any email, pager, or text messaging address. Improved
display of reminder time and flag/appointment time and adds a new
view for Today's and Last 3 Days for reminders. For Outlook 2000 or
later. Version 1.5.0 |
Other Resources
|
CALENDAR UPDATES: NASCAR SCHEDULES
http://www.calendar-updates.com/
Download the complete 2005 NASCAR schedule, including Nextel Cup, Busch Series
and Craftsman truck series for Outlook. FreeCLEARCONTEXT 2005 EMAIL USAGE
SURVEY
http://www.clearcontext.com/survey.html
Take the ClearContext survey and share your email usage patterns to earn a $5
discount on their ClearContext Inbox Manager program. Some lucky entries will
win a fully licensed copy of Inbox Manager.
GET CALENDAR COLOR LABELS
http://www.outlookcode.com/codedetail.aspx?id=763
This VBA sample shows how to use CommandBars to get the complete list of 10
color labels from any calendar folder. |
New Exchange Knowledge Base Articles
|
You may not be able to synchronize an .ost file with an Exchange mailbox after
you migrate a mailbox in Exchange Server 2003 (893706)
Folders are still visible when you access a mailbox after you configure
segmentation for your users to exclude certain folders in Exchange 2003 (890550)
The Exchange Server MSSearch Administration tool is now available for download (870825)
Exchange Server 5.5 users cannot see recipients from a pure Exchange 2000
administrative group or pure Exchange 2003 administrative group in the Global
Address List (888032)
When you try to move or to remove a folder that contains many subfolders in
Outlook, the Microsoft Exchange Information Store service stops responding, and
event 9673 is recorded (891504)
You receive the "An invalid dn syntax has been specified" error message when you
use the Recover Mailbox Data wizard to restore a mailbox from a recovery storage
group in Exchange Server 2003 (893705)
MS04-035: Vulnerability in SMTP could allow remote code execution in Microsoft
Exchange 2000 Server (890066)
In-Reply-To fields are lost when you move a mailbox in Exchange 2000 Server (891121)
The message body of an SMTP message that is sent to an external recipient is
truncated in Exchange Server 2003 (891862)
The Microsoft Exchange Information Store service may stop responding when you
try to back up your Exchange 2003 database files by using a program that uses
the Volume Shadow Copy Service (892514)
The circumstances when we support and when we do not support an unattended
installation of Microsoft Exchange Server 2003 (894294)
A memory leak condition occurs when you create a CDO program or a MAPI32 program
to log on or log off many mailboxes in Exchange Server 2003 SP1 (891509)
The FROM box in an e-mail message displays only question marks in Exchange
Server 5.5 (890763)
Inetinfo.exe may quit when Exchange Server 2003 uses SMTP, SSL, and the Sender
Filtering option (891438)
You cannot use client certificates that are installed on the PocketPC device to
authenticate when you connect by using EAS (893707)
You receive the "unable to display the folder" error message when Outlook 2003
user tries to open another user's folder (885924)
An e-mail message stays in the Outbox and the Exchange Server 2003 transaction
log files grow when an Entourage user tries to send a message that exceeds the
size limit in Global Settings (889525)
Exchange Server Migration Wizard may crash when you use it to migrate Exchange
Server 5.5 mailboxes to .pst files (825040)
Users cannot send e-mail messages between Exchange Server 5.5 and Exchange 2000
Server, and the Exchange 2000 server logs event 9297 on the MTA (824054)
You receive an "Out of virtual memory" error message after you enable the
Envelope Journaling feature in Exchange Server 2003 SP1 (885281)
A global event sink is not triggered after you restart the Microsoft Exchange
Information Store service in Exchange Server 2003 Service Pack 1 (872822) |
New Outlook Knowledge Base Articles
|
Description of the Outlook 2003 post-Service Pack 1 hotfix package: January 20, 2005 (892299)
Description of the support process for issues that are related to the "Outlook
is retrieving data" message in Outlook 2002 and Outlook 2003 (892764)
Description of the Outlook 2003 post-Service Pack 1 hotfix package: January 25,
2005 (8924040
Description of the Outlook 2003 Junk E-mail Filter update: February 8, 2005 (891067)
The JunkMailImportLists registry value may cause poor performance in Outlook
2003 (893057)
A MAPI-based program may stop running on a computer that is running Outlook 2003
or Outlook 2002 (893420)
Description of the Outlook 2003 post-Service Pack 1 hotfix package: January 24,
2005 (893050)
Description of the Outlook 2003 post-Service Pack 1 hotfix package: February 1,
2005 (893052)
How to troubleshoot missing and duplicate appointments in Outlook (890436)
A MAPI service application cannot open a personal folders file in Outlook 2003 (891857)
Microsoft Outlook 2002 post-Service Pack 3 hotfix package: January 24, 2005 (892553)
Description of the Outlook 2002 post-Service Pack 3 hotfix package: February 2,
2005 (893051) |
More Information
|
Click here
to subscribe to the Exchange Messaging Outlook newsletter.
Exchange Messaging Outlook Newsletter
back issues ISSN 1523-7990 Copyright 1996-2011, Slipstick Systems and CDOLive LLC. All rights reserved.
|
|
|
|