Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Force outlook to show text as text, not RTF/HTML
Message
From
10/08/2005 09:07:27
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01039793
Message ID:
01039836
Views:
29
Yes, I know, but can the font be set in the VFP program?
Lparameters cTo, cCC, cSubject, cBodyText, aAttachments
Local oOutLook As Object, oMail As Object

oOutLook = Createobject("Outlook.Application")
oMail    = oOutLook.CreateItem(0)

* Set mail properties To, CC, Attachments, Body a.s.o
* Can we set the font property of the body somewhere?
>In Outlook 2000 and 2003 the plain text font setting is under Tools -> Options -> Mail Format tab -> Fonts button -> When composing and reading plain text:
>
>>
>>Yes, that had occured to me as well - so how does one force the receiving Outlook to view a particular message with a monospace font?
>>
>>It's not HTML, btw. it's plain text, that I'm trying to send with Outlook 2000, and I know, because I set it up to do so.
>>
>>Because I'm still testing, I'm the only receipient. So I also know that I get it as Rich text. Which really is not so bad, except the font is all wrong, and I don't want the receipient to have to choose a monospace font.
>>
>>>How do you know that recipient is viewing it as HTML? Maybe the Font for plain text messages is set to proportional font which will screw the text formatting as well?
Peter Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform