View Single Post
  #2  
Old February 7th 06, 05:20 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Emailing Appointments in a Calendar

However, if you have Word, you can use one of the Word templates listed at http://www.slipstick.com/addins/calendar.htm#print to push the Outlook data into a Word document, then attach that document to a message.

For a VBA code solution that creates an HTML-format mail message containing any single day's appointment list, see http://www.outlookcode.com/codedetail.aspx?id=24 .

Another technique is to use a third-part tool called ClipForm (http://www.ivitar.com/clipform/). This tool uses templates to export Outlook data -- a whole folder or selected items -- to the Windows clipboard, text file, HTML email message, or other file types.


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"downdip" wrote in message ...
What is the best way to email multiple appointments in a Calendar to a
non-Outlook user? Preferably, a table or list format.

Ads