vba to change font of notes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there some code I could use that would loop through all my contacts and
change the font type and size of the note field? Right now, they all have
different sizes and types, and it makes it hard reading.
thanks,
ck
 
Am Tue, 7 Mar 2006 18:21:27 -0800 schrieb Charlie:

If no one has a ready-to-use solution for you: You cannot change the font
via the Outlook Object Model.

A way would be to use CDO 1.21 and requires a knowledge of the RTF format.

The best alternative is to use the Redemption library (www.dimastr.com). Its
SafeInspector object allows you a direct access to the fonts.
 
I previously ran some code that went through all my contacts and deleted any
information that was in the "Title" field. ...Would there not be a similar
way to change the note font?
Thanks,
ck
 
Back
Top