The main question is why is are these Appointment items using the Plain Text
format? Are they being sent over the Internet (rather than Exchange) and
are being converted from HTML to Plain Text because of your Outlook
settings? Are you setting the Inspector.EditorType property to anything
other than olEditorWord (4) when you create the Appointment in Access?
If you want to change the formatting of message body text, you need to use
the Word Object Model with Outlook 2007. You can get a WordDocument object
from the Inspector.WordEditor property.
--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
Collaborative Innovations
NEW! -> Try Picture Attachments Wizard 2.0 For Microsoft Outlook <-
Web:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault
"Guy" <(E-Mail Removed)> wrote in message
news:4DAB5E29-8C2C-4BF6-9C19-(E-Mail Removed)...
> Hi All,
>
> Sorry but a relative newbie when it comes to Outlook programming.
>
> Currently using Office 2007. From Access I create an appointment - A
> Delivery or Collection Docket - in Outlook using Automation. The docket
> (body
> of the appointment) contains information such as customer and delivery
> addresses, contact details including phone number, equipment to be
> delivered/collected, any special instructions and space for driver and
> customer signatures.
>
> The appointments/dockets are subsequently tracked by the van driver
> manager
> and printed using the default memo style by our van drivers.
>
> This all works fine, however, everything is in plain text format and looks
> fairly ordinary. I would like to use fonts, tables and formatting to
> improve
> the printed result, and reduce the size of the overall output.
>
> Can you help?
>
> Should I be using a custom outlook form or report? If so I would I use
> automation from outlook to populate it?
>
> Your assistance appreciated
>
> Guy
>
>
>
>