Book

Suggestions


Enter your email address:

Delivered by FeedBurner


Home Page

Bloglines

1906
CelebrateStadium
2006


OfficeZealot

Scobleizer

TechRepublic

AskWoody

SpyJournal












Subscribe here
Add to My Yahoo!
This page is powered by Blogger. Isn't yours?

Host your Web site with PureHost!


eXTReMe Tracker
  Web http://www.klippert.com



  Sunday, June 28, 2009 – Permalink –

30 Days Hath

One Day at a Time


Here's how to add a calendar to your web page.


Publishing Outlook Calendars on the Internet or an Intranet
(From THE definitive Outlook/Exchange site - Slipstick.com.)

Other methods:

Htmlgoodies.com
It's actually just a simple table with a couple of additions. (free)

HTMLCal
HTMLCAL is a Web calendar maker and editor that lets you maintain a group calendar for your Web site or intranet.
This software will let you maintain live calendars on your site that anyone can view or update from any Web browser. ($25)

Htmlcalendar.com
HTML Calendar Maker Pro was designed with ease of use in mind. Now you can type your events quickly and easily and they will be transformed into a customized and professional monthly calendar within seconds. Simply follow the on-screen tutorial to create your calendar and then place the finished web page on your site. It's perfect for planning for the weeks ahead or noting past historic events. ($26.50 +)

All about Calendars by:

Claus Tøndering




See all Topics

Labels:


<Doug Klippert@ 3:02 AM

Comments: Post a Comment


  Tuesday, June 23, 2009 – Permalink –

Mail Your MDB-ACDB

Don't let Outlook stop you


There was a lot of frustration with Outlook 200x. If an Access MDB file is received, Outlook expects the worst and blocks the attachment.

The trick has been to ZIP the file or change the extension to something like .DAT.

Here's a registry trick that restores Outlook to the good old days.
Outlook 2007, 2003, 2002 and Outlook 2000 SP3 allow the user to use a registry key to open up access to blocked attachments. (Always make a backup before editing the registry.) To use this key:
  1. Run Regedit, and go to this key:

    HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security 

    (change 10.0 to 9.0 for Outlook 2000 SP3,11.0 for Outlook 2003, 12.0 for Outlook 2007)
  2. Under that key, add a new string value named Level1Remove.

  3. For the value for Level1Remove, enter a semicolon-delimited list of file extensions. For example, entering this:

    .mdb;.url

    would unblock Microsoft Access files and Internet shortcuts. Note that the use of a leading dot was not previously required, however, new security patches may require it. If you are using "mdb;url" format and extensions are blocked, add a dot to each extension.
    Note also that there is not a space between extensions.
 

If you are using this registry entry, a glance at Help>About Microsoft Outlook will show Security Mode: User Controlled above the license information.
After applying this registry fix or using one of the above tools, the user still has to save the attached file to a system drive before opening it. In effect, the fix rolls the attachment behavior back to Outlook 2000 SR-1, with its included Attachment Security Fix.
An end-user cannot bypass this "save to disk" behavior and open the file directly from the mail message, though an Exchange administrator can.
Slipstick.com:

Opening .exe Attachments

Also see:
Shortcuts for Sending Access Objects via Email


See all Topics

Labels: , , ,


<Doug Klippert@ 3:32 AM

Comments: Post a Comment


  Sunday, June 21, 2009 – Permalink –

Clip Art at Home

Install more


Do you remember all of the clip art that was available locally with Office XP?

When you have an Internet connection, you have access to the Office Online collection, but if you would like more clip art installed on your machine:


A small amount of sample clip art images was included The 2007 Office systems and Office 2003 and is part of the "local collection" that is searched when you do not have Internet access to the Microsoft Office Online Clip Art and Media Web site. Office 2003 no longer included a media content CD with additional clip art. However, the Microsoft Office XP Media Content CD can still be installed locally or on a network share.

The Office XP Media Content CD contains approximately 35,000 clips that are a subset of the clips that are available on the Microsoft Office Online Clip Art and Media Web site. The Office XP Media Content CD was included with Microsoft Office XP Professional, Microsoft Office XP Standard, and Microsoft Publisher 2002 Deluxe Edition.

To install the contents of the Office XP Media Content CD on a computer, follow these steps:
  1. Exit all programs that are running

  2. Insert the Office XP Media Content CD into the CD drive or into the DVD drive
    (Hold down the SHIFT key to prevent the program from automatically starting. If Microsoft Windows Installer automatically starts, click Cancel)

  3. Click Start, click Run, type the following command, and then click OK:
    msiexec.exe /i CD_drive:\CAG.MSI ADDLOCAL=ALL /qb
(CD_drive is the letter of the drive that contains the Office XP Media Content CD)
Support.Microsoft.com
How to add clip art to Clip Organizer in a 2007 Office system and in Office 2003




See all Topics

Labels: ,


<Doug Klippert@ 3:01 AM

Comments: Post a Comment


  Wednesday, June 17, 2009 – Permalink –

VBA Variable Problems

Explicit protection


It's good practice to always use the Option Explicit statement in the beginning of your code modules to ensure that all variables are unambiguously declared in your procedures.

With this process in place, you'll receive a "Variable not defined" error if you try to execute code containing undeclared variables. Without this statement, it's possible to mistype variable names, which would be interpreted as new Variant type variables.

This could severely impact the results of your code, and you might not ever know it. If you do find a problem, tracking down where the error is can be a chore.

Although you can manually type the statement into your modules, changing a setting in Access can ensure that the statement is always added to new modules.

  1. Open a module (start the VBA Editor)

  2. Choose Tools>Options from the menu bar

  3. On the Editor tab of the Options dialog box, select the Require Variable Declaration check box in the Code Settings panel

  4. Finally, click OK





See all Topics

Labels:


<Doug Klippert@ 3:48 AM

Comments: Post a Comment


  Tuesday, June 16, 2009 – Permalink –

Resend on Behalf

Alternate to Forward


Let's say you get a message that you would like to forward, but you don't necessarily want to take "ownership."

  1. Open the message in its own window

  2. Go to Actions>Resend This Message
    (Other Actions in 2007)
  3. When you click Send, you will be reminded that you are not the original sender of the message

  4. Click OK
The message will be from you, "on behalf of" the original sender.
IMPORTANT: If the recipient clicks the Reply button, his message will go to the original sender, not to you.



Thanks to Ed Bott for pointing this out,

EdBott.com




See all Topics

Labels: ,


<Doug Klippert@ 3:56 AM

Comments: Post a Comment


  Tuesday, June 09, 2009 – Permalink –

Netiquette - Etiquette

Why do you need email etiquette?


A company needs to implement etiquette rules for the following three reasons:
  • Professionalism: by using proper email language your company will convey a professional image.

  • Efficiency: emails that get to the point are much more effective than poorly worded emails.

  • Protection from liability: employee awareness of email risks will protect your company from costly law suits.
If you need to formulate a policy for your company, here are some suggestions:

32 of the most important email etiquette tips

Netiquette — Yale

Career Planning — About

E-mail Etiquette (Netiquette) — Chris Pirillo

Netiquette — Virginia Shea Spam Is Not the Worst of It

See all

Topics

Labels: , ,


<Doug Klippert@ 3:39 AM

Comments: Post a Comment


  Wednesday, June 03, 2009 – Permalink –

Reading Pain

It's not my glasses, the print's too small!


Scott Hanselman's Computer Zen Blog "Thoughts on .Net, Web Services, and Life" had this entry about Outlook:


Changing the Font Size of the Reading Pane in Outlook: Impossible?

"Is it sadder that:
  • You can only change the font size for the Reading Pane in Outlook 2003 by right clicking the tiny grey border around the Reading Pane.
  • When you do click the menu item then move to another email, the option switches back to Medium for the next message.
  • The menu items have no effect (the font sizes don't change) on 90% of corporate mail including RTF and WordMail.
Is this totally broken or am I totally broken?"
I can't find a way to make the change permanent either, but:
Some users prefer the better visibility of a larger font size for reading their messages in the Reading or "preview" pane. You can make the text or font in the pane larger or smaller by using the scroll wheel on your mouse. Using the scroll wheel is the only way you can change the text size, although more options are being considered for a future version of Outlook.
Use the Reading Pane, highlighted in red, to preview your messages without having to open them. Click in the Reading Pane, press CTRL, and roll the scroll wheel. Rolling the wheel away from you makes the text bigger, rolling it towards you makes the text smaller.

Note The text size doesn't persist when you change views. If you go to your Calendar, for example, or another mail folder like Sent Items, the text goes back to the default size.
For information about the OL interface, see Slipstick.com.

 Managing the Outlook Interface




See all Topics

Labels: , ,


<Doug Klippert@ 3:21 AM

Comments: Post a Comment


  Saturday, May 16, 2009 – Permalink –

Delete It and Mean It

Turn off the questioning


Deleting an item in Outlook sends it to the Deleted Items folder. If you're sure that you want to eradicate the note, you can hold the Shift key when you delete an item.

You will receive a dialog asking if you are sure you want to permanently delete it.

To avoid the nagging you can turn off "Warn before permanently deleting items" under Tools>Options>Other>Advanced Options.



Be careful because you can delete items that might have benefited from one more moment's consideration.

(If you're using an Exchange server, you can probably get it back)




See all Topics

Labels: ,


<Doug Klippert@ 3:44 AM

Comments: Post a Comment


  Saturday, May 02, 2009 – Permalink –

4-1-9

Nigerian Advance Fee Fraud



The Advance Fee Fraud (AFF) is known internationally as "4-1-9" fraud after the section of the Nigerian penal code which addresses fraud schemes.
(BTW, it is pronounced 4-1-9, not four-nineteen.)

You've most probably been approached via email to help some poor soul smuggle millions out of some war torn province in return for a generous finder's fee.
"A renowned psychiatrist from UC Irvine was duped into squandering at least $1.3 million of his family's fortune on a Nigeria Internet scam, according to a lawsuit recently filed by his son.

The son, also an Orange County doctor, said his father - Dr. Louis A. Gottschalk - gave as much as $3 million over a 10-year period in response to an Internet plea that promised the doctor a generous cut of a huge sum of cash trapped in African bank accounts in exchange for money advances.

Gottschalk - who at 89 still works at the UCI campus medical plaza that bears his name - said in court papers that the losses were caused by "some bad investments."

Guy Gottschalk is asking a judge to remove his father as administrator of the $8-million family partnership that was set up for tax purposes after the death of his mother in 1993. A hearing is set for March 14.

The suit alleges that Louis Gottschalk destroyed bank records to cover up the amount of his losses.

"While it seems unlikely, even ludicrous, that a highly educated doctor like [Gottschalk] would fall prey to such an obvious con, that is exactly what happened," wrote Guy Gottschalk's attorney in court papers."

LA Times March 2, 2006

If your willing to take the risk, here is a site that baits the scammers.

419Eater.com




See all Topics

Labels: ,


<Doug Klippert@ 3:28 AM

Comments: Post a Comment


  Saturday, April 25, 2009 – Permalink –

Change Categories

Fit people into the right peg hole



Go to View>Arrange by>Current View and select by Category.
(View>Customize Curent View)

You can create a new Category and then just select Contacts and drag them into the right slot.

This technique works with any Outlook item for many Outlook fields, including Private and Company but won't work on fields that aren't editable. You can use it to add Categories but not remove them.
  1. Make sure at least one item has the new field value.
  2. Create a new view or edit one of the existing group by views to group by the field you want to change
  3. Apply the view.
  4. Select one or more items from the other groups and drag them to the new group and drop.
Slipstick.com:
Group By




See all Topics

Labels: ,


<Doug Klippert@ 3:48 AM

Comments: Post a Comment


  Friday, April 17, 2009 – Permalink –

Where Do You Store Your Spam?

It's Your Mess, Clean It Up


Previous versions of Outlook can handle PST files just this side of 2 GB (1.82) and Outlook 2003+ can go up to about 20-30 gigs with the new MSUPST format. However, very few administrators are going to allow users to save anywhere near that amount of information.

Outlook does have a tool to managing the size of the mailbox from within Outlook:

  1. Go to the Tools menu
  2. Select "Mailbox Cleanup"

This dialog includes quick links to find large items of a chosen size and items older than a selected number of days. You can view the size of folders, fine tune AutoArchive and empty the deleted items folder. See all Topics

Labels: ,


<Doug Klippert@ 3:06 AM

Comments: Post a Comment


  Thursday, April 09, 2009 – Permalink –

Excel-lent E-Mail

Outlook, Excel, and VBA


Ron de Bruin, Microsoft MVP - Excel, has put together a collection of VBA routines to make Excel e-mail friendly.

See if these topics tempt you:

Example Code for sending mail from Excel
  • Mail Workbook
  • Mail one Sheet
  • Mail more than one Sheet
  • Mail the Selection or range
  • Mail Every Worksheet with Address in cell A1
  • Mail sheet or sheets to one or more people
  • Mail range or sheet in the body of the mail (Send personalized email)
  • Mail a message to each person in a range with Outlook
  • Mail a message to each person in a range with CDO (no security warnings)
  • Sending a different file to each person in a range with Outlook
  • Zip the ActiveWorkbook and mail it with Outlook
  • Security (Prevent displaying the dialog to Send or not Send)


Also Download Addins for Excel e-mail information

Also see:

John Walkenbach:
Sending Personalized Email from Excel




See all Topics

Labels: , , , ,


<Doug Klippert@ 3:28 AM

Comments: Post a Comment


  Wednesday, April 01, 2009 – Permalink –

Flag That Play

Dog ear your email


With RSS entries, I average 500 or more messages a day. Here's a suggestion about how to tame the problem.
"You clear up one problem and delete the e-mail message -- and meanwhile six others pop up in your Inbox. Microsoft Office Outlook can flag messages with priorities, set reminders, and flag messages for follow-up, so that you can glance quickly at Outlook and know immediately what needs to get done first."


Office.Microsoft.com:
Demo: Organize your e-mail more easily than ever




See all Topics

Labels: ,


<Doug Klippert@ 3:26 AM

Comments: Post a Comment


  Tuesday, March 24, 2009 – Permalink –

BCC, not your old CC

Avoid header spaghetti


There are three parts to the Address section of an email message:
  • To:
  • CC:
  • BCC:
CC used to stand for Carbon Copy, but no one knows what carbon paper is anymore so it is now referred to as Complimentary Copy. BCC is for a blind copy. Recipients will not see that stringy pasta list of names. Here are a few links to more information.

About.com:
Sending an Email to Multiple Recipients - Cc: and Bcc:

Hamra.net:
Use BCC field when addressing mass mail

Actrix.co.nz:
Using the CC and BCC Fields in E-mail

While the recipients can't see the Bcc list, you can see the list in messages you SENT:
"To see the Bcc addresses for messages that you sent, open the message from the Sent Items folder, then choose Actions>Resend This Message. If you don't see the Bcc box, choose Find>Bcc Field to display it. Another method you can use in the Sent Items folder, is to choose View>Show Fields and add the Bcc field to the current view. You may not be able to see all Bcc recipients that way if the list was a long one.
Slipstick.com:
 To view Bcc addresses for sent messages




See all Topics

Labels: , ,


<Doug Klippert@ 3:26 AM

Comments: Post a Comment


  Saturday, March 14, 2009 – Permalink –

Email Headers

How to read the code


Spam is as ubiquitous in email as it is in an Hawaiian restaurant.

These links may help you distinguish pork shoulder from the other stuff.


"This document is intended to provide a comprehensive introduction to the behavior of email headers.

It is primarily intended to help victims of unsolicited email ("email spam") attempting to determine the real source of the (generally forged) email that plagues them; it should also help in attempts to understand any other forged email.
It may also be beneficial to readers interested in a general-purpose introduction to mail transfer on the Internet. "


StopSpam.org:
E-mail Headers


"The ability to read and decipher email headers is a useful skill to learn for tracing messages to their original source and diagnosing many other problems. Headers may contain a lot of information but the most important information will always be contained in every email header."




See all Topics

Labels: , ,


<Doug Klippert@ 3:53 AM

Comments: Post a Comment


  Friday, February 27, 2009 – Permalink –

Yeah, Sure, That's My Email

A lie will set you free


Dodgeit.com allows you to create throwaway email addresses. It then delivers the email that comes into the resulting mailbox as an RSS feed that you and everyone else who can guess at your throwaway email address can read.

Pick a throwaway address, say: NotMyAddress@dodgeit.com Give that address out to inconsequential sites.

Check NotMyAddress from homepage of Dodgeit.com.

Subscribe to an RSS feed to keep an eye on the mailbox.


Also see:
Protect Your Address




See all Topics

Labels: ,


<Doug Klippert@ 3:26 AM

Comments: Post a Comment


  Thursday, February 19, 2009 – Permalink –

Protect Your Address

Keep the bots at bay


"Spam is an incredible problem and it is getting worse - your e-mail address is a commodity and if you put it on a web page, it WILL eventually be found, spammed and sold to other spammers. The problem is that you have a web page and you need to make it possible for people to send you e-mail from your page but you don't want to get bombarded with spam - what can you do?

First you need to understand what is likely to happen. The most likely scenario is that an e-mail harvesting robot will find your page and look though it trying to find e-mail addresses. This robot may be programmed to look for a particular list of possible characters on either side of the @ in your e-mail address or it may look for the "mailto:" in your e-mail link or any number of other tricks."


MailMe
PHP Form Mailer With Spam Blocking


<script language="JavaScript">
<!-- Begin user = "myaddress"; domain = "mydomain"; document.write('<a href="\">');
document.write(user + '@' + domain + '</a>');
// End -->
</script>
<noscript>
Here goes some text that can be seen if Javascript is disabled.
</noscript>

Also:

Mailto script
a simple little Mailto: script that allows you to choose who you want to email from a pull down menu
(View source for code)


Software Listing: Mailto
Mailcrawlers and protectors





See all Topics

Labels: , , ,


<Doug Klippert@ 3:07 AM

Comments: Post a Comment


  Thursday, February 12, 2009 – Permalink –

Digitally Sign

Messages

If you have a need to protect the contents of your email messages, these links should point you in the right direction.


Outlook supports the following features for cryptographic messaging:
Digitally sign an e-mail message. Digital signing provides nonrepudiation and verification of contents (the message contains what the person sent, with no changes).

Encrypt an e-mail message. Encryption helps to ensure privacy by making the message unreadable to anyone other than the intended recipient.

There are additional features that can be configured for Outlook 2003 for security-enhanced messaging, if your organization chooses to provide support for them, including:

Sending an e-mail message with an S/MIME receipt request. This helps to verify that the recipient is validating your digital signature (the certificate you applied to a message).

Adding a security label to an e-mail message. Your organization can create a customized S/MIME V3 security policy which can add labels to messages. An S/MIME V3 security policy is code that you add to Outlook that runs automatically to add information to the message header about the sensitivity of the message content. For example, an Internal Use Only label might be applied to mail that should not be sent or forwarded outside of your company.



Overview of Cryptography in Outlook 2003


Free digital ids

Slipstick.com:
Encryption and Message Security Tools

TheTechGap.com:
Digital IDs in Outlook

Verisign:
Digital IDs




See all Topics

Labels: , ,


<Doug Klippert@ 3:06 AM

Comments: Post a Comment


  Sunday, February 01, 2009 – Permalink –

MailTo Shortcut

Just a quick note


You can create a shortcut on your desk top that will start or switch to your default email application. You can also fill in parts of the message if you want.

Right-click an empty spot on the desktop and choose New>Shortcut.
In the box that says "Type the location of the item", enter something like:

mailto:All@Once.com.



The University of Nebraska at Lincoln has some other entries you may want to try. They are intended as HTML hyperlink references, but some of them work as shortcuts too.
MailTo

Outfront.net also has some information:
Getting More From 'mailto'




See all Topics

Labels:


<Doug Klippert@ 3:53 AM

Comments: Post a Comment


  Saturday, January 31, 2009 – Permalink –

Kürzungen für jeder

Accessibility Shortcuts


Several resources are available to help increase speed and effectiveness for keyboard users. Here are keyboard shortcuts for leading Microsoft products that help save time and effort and provide an essential tool for some people with mobility impairments.

  • Internet Explorer 7/6/5/4
  • Office (2007/2003/XP/2002/2000/97)
  • PhotoDraw
  • PowerPoint
  • Producer
  • Publisher
  • Windows (Vista/2003/XP/2000/98/ME/NT)
  • Windows Media Player
  • Windows Movie Maker
  • Windows XP Media Center Edition 2005
Microsoft.com Keyboard Assistance.



See all Topics

Labels:


<Doug Klippert@ 3:31 AM

Comments: Post a Comment


  Sunday, January 25, 2009 – Permalink –

Email Icons

Foil the spoilers


If you include an email address it can be read be the evil robot of the web.
Nexodyne.com will create a free email icon graphic to be used in place of a mail hyperlink.



You could also use this piece of Javascript to avoid R2D2.

(user in this case would be "MyJunkMail.Place"
mydomain would be "Gmail.com")


<script language="JavaScript">
<!-- Begin
user = "myaddress";
domain = "mydomain";
document.write('<a href=\"mai' + 'lto:' + user + '@' + domain + '\">');
document.write(user + '@' + domain + '</a>');
// End -->
</script>
<noscript>
Here goes some text that can be seen if Javascript is disabled.
</noscript>


(from SB Projects.com)




See all Topics

Labels:


<Doug Klippert@ 3:37 AM

Comments: Post a Comment


  Sunday, January 11, 2009 – Permalink –

PayPal - Phishing

A tutorial


As part of a series on Identity Protection Resources, PayPal has a section on Spoofing or Phishing.

"Many spoof emails look very real. While there are some telltale signs, it can often be difficult to identify fake emails. Whenever you get an email about your PayPal account, the safest and easiest course of action is to open your browser and log in to your PayPal account directly without clicking any links in the email.

Warning signs that an email about your PayPal account are fake include a generic greeting, a false sense of urgency, and links that don't include "https://www.paypal.com" immediately before the first "/".


Spoof Tutorial




See all Topics

Labels: , ,


<Doug Klippert@ 3:09 AM

Comments: Post a Comment


  Tuesday, December 30, 2008 – Permalink –

Spam - A How to Guide

Why let the sleaze balls have all the fun?


We've traded garbage cans full of unsolicited mail for full blocked or deleted bins.

Here is a site that has information on stopping the bad guys, including information from their perspective.

  • Spam Archives

    "A number of far-sighted people have been saving all their spam and have put it online. This is a valuable resource for anyone writing Bayesian filters."

  • How to Spam

    "The links on this page are to companies that provide the infrastructure of spam. It's fairly disgusting reading, but a quick scan will give you some ideas about filtering."

  • Spammers' Stories

    "These articles about spammers are very helpful in understanding how to stop spam. For example, complaining to the ISPs that spammers use does seem to inconvenience them.

    And best of all, so does filtering. In one article below, a spammer complains that filters have increased his costs 1,000-fold. That's exactly what we want to hear. New laws and policies may stop spam. Making it unprofitable certainly will."

  • Better Bayesian Filtering
  • Filters that Fight Back
  • Will Filters Kill Spam?
  • Filters vs. Blacklists
  • Filtering Research
  • Spam Resources
  • Spam Links

PaulGraham.com: Anti Spam (Paul Graham is an essayist, programmer, and programming language designer)> See all Topics

Labels: ,


<Doug Klippert@ 3:47 AM

Comments: Post a Comment


  Friday, December 26, 2008 – Permalink –

Icons - Itsy Bitsy Indicators

Icons — Itsy Bitsy Indicators


What those little graphics mean

There's not much room in an Outlook icon to communicate information.

Robert Sparnaaij, MVP-Outlook, has put together a legend of these tiny pictures with their meanings.

Such as:

What Do The Icons Mean?
For more information see his web site:
How to Outlook




See all Topics

Labels:


<Doug Klippert@ 3:44 AM

Comments: Post a Comment


  Monday, December 22, 2008 – Permalink –

Shipping Status

Track UPS and FedEx

With eBay and Amazon, packages are flying across the country 24 hours a day, locating a shipment can be important.
This free Outlook add-in combines with Outlook's calendar to follow the path of an order.
"Parcel Tracker is an add-in for Microsoft Outlook that automatically synchronizes an appointment item with a shipping service enabling you to track your package delivery / status directly from the Outlook's calendar.

Parcel Tracer tracks the status and delivery of UPS and FedEx shipments using the Outlook calendar.

On a timed interval, Parcel Tracker will automatically update the status AND placement of the delivery appointment in your calendar using tracking information retrieved directly from the selected shipping service. You can track your package via its schedule delivery date OR the most recent activity.

Parcel Tracker
By David Levinson




See all Topics

Labels:


<Doug Klippert@ 3:38 AM

Comments: Post a Comment


  Sunday, December 07, 2008 – Permalink –

Match Template to Account

Set your identity



If you have multiple email accounts you can use a different template for each account.

After creating the template, assigning it to an account and saving it, you can assign the template to a button.




Click the button and the selected template will appear using the assigned account to send the message.

Slipstick provides screenshots and detailed instructions.


Create a Template With the Account Selected



See all Topics

Labels: ,


<Doug Klippert@ 3:58 AM

Comments: Post a Comment


  Friday, November 28, 2008 – Permalink –

Dynamic Distribution Lists

Group the contacts



If you want to send an email to a list, but omit a few of its members, Click on the plus sign next to the distribution name. Click OK to expand the list and remove members who you do not want to receive the email.

Rather than creating and updating a distribution list as a list of names, you could use Categories.

To add or remove names from a mailing list, just add the category or remove it from the contacts form. If an email address changes, only the contact form, not the distribution lists needs to be updated.

Send a message or meeting request to the group or create appointments or tasks, by opening the Contacts folder and use the Group By Category view and select the desired group.

Choose the desired action from the Actions menu.

The drawback here is that all of the names will be displayed on the To: line. They can, of course be cut and pasted to the BBC: line.

From Diane Poremsky's Outlook Tips website



See all Topics

Labels: , , ,


<Doug Klippert@ 3:38 AM

Comments: Post a Comment


  Thursday, November 20, 2008 – Permalink –

Calendar on the Web

Exchange not required


Outlook has made it possible to share your calendar on the Internet as a web page.

  1. Click Calendar.
  2. On the File menu, click Save as Web Page.
  3. Under Duration, set the Start date and End date.
  4. Under Options, set the options you want.
    (Show appointment details, use a background graphic)
  5. Under Save as, type the calendar name, and then specify the Web page file name and the path where you want to place the calendar.
  6. Click Save.


Add an Outlook calendar to a Web page


Here's a step by step pictorial:

Stanford Linear Accelerator Center:
Publishing an Outlook Calendar to the Web

Also:
Sliptick.com:
Publishing Outlook Calendars on the Internet or an Intranet



See all Topics


<Doug Klippert@ 3:17 AM

Comments: Post a Comment


  Wednesday, November 12, 2008 – Permalink –

Security Prompt

Avoid the warning


"A program is trying to automatically send e-mail on your behalf. Do you want to allow this?"

or:



This is the result of a security update in Outlook 2000+.

Here's how to get out of the problem:

Express ClickYes

. . ."a tiny program that sits in the taskbar and clicks the Yes button on behalf of you, when Outlook's Security Guard opens prompt dialog saying that a program is trying to send an email with Outlook or access its address book. You can suspend/resume it by double-clicking its taskbar icon. Developers can automate its behavior by sending special messages."


Also see:

Automation Security from Slipstick.com

Outlook Email Security

Administrative Options for the Outlook E-mail Security Update



See all Topics

Labels: , ,


<Doug Klippert@ 3:28 AM

Comments: Post a Comment


  Saturday, November 08, 2008 – Permalink –

E-mail Delivery Design

Don't look like spam



A discussion:
"Transactional email can be a website's customer service ambassador, but messages must first survive a ruthless selection process in the user's in-box. Differentiating your message from spam is thus the first duty of email design.

Email is one of a website's most powerful tools for strengthening customer service and increasing users' confidence and trust in the site. Confirmation messages and other automated transactional email can complete the user experience: they reach out to customers in ways that are otherwise impossible for websites, which must sit still and wait for users to approach."


From Dr. Jakob Nielsen's Alertbox

Automated Email From Websites to Customers





See all Topics

Labels: , ,


<Doug Klippert@ 3:36 AM

Comments: Post a Comment


  Friday, October 31, 2008 – Permalink –

Desktop Alert

Fix the timing




You can set the length of time a desktop alert appears, by going to:
  • Tools>Options menu
  • Email Options
  • Advanced
  • Desktop Alerts Setting




How to Use the Desktop Alert Feature

The maximum time is 30 seconds. If, for some reason, you want the alert to stay up longer, you can edit the registry.

Run Regedit and go to:

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\DesktopAlerts

Add a TimeOn DWORD key (if not already present) and set a value in milliseconds, up to 4 billion worth (50 days.)
One day is 86,400,000.

This hint comes from OutlookTips.net:
Daily Tips



See all Topics

Labels: ,


<Doug Klippert@ 3:06 AM

Comments: Post a Comment