Changing Default Font with MailEnvelope Introduction

  • Thread starter Thread starter jrisch
  • Start date Start date
J

jrisch

I'm using Excel's MailEnvelope property to automate emailing the
activesheet (actually a chart) to a number of users. The
MailEnvelope.Introduction always appears in Times New Roman. Does
anyone know where the font choice comes from, and can it be changed.
You get the same problem if you try to send the current sheet manually,
the introduction always appears in Times new Roman (on our machines)
irrespective of the font in the rest of the sheet.

The MailEnvelope is part of the MSOEnvelope class, and has very few
properties, but one is item which I guess is a MailItem from the
Outlook library.

Would appreciate any ideas.

Regards, John
 
I think it's completely hardcoded.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top