Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formating Emails
Message
 
 
To
21/03/2002 10:15:43
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00635202
Message ID:
00635500
Views:
15
What object BodyFormat property did you try to change? What message editor set up in outlok? Wwhat's default message format in outlok?

>Hi
>
>Ive tried setting the .BodyFormat = olFormatPlain but Im getting an error saying this object does not support this property or method.
>
>The following is the code and what is happening,
>
>' Create my mail item which is creating it as Plain Text (which is good)
>Set myOLItem = myOLApp.CreateItem(olMailItem)
>
>' Message to show me what the editor type is which is (1) plain text when created
>MsgBox "Body EditorType is:" & myOLItem.GetInspector.EditorType
>
>' BUT Whenever anything is written to the body it
>' changes to editor type (3) which is Rich Text
>myOLItem.Body = "HELP"
>
>Is there anyway I can change it back to Plain Text (editor 1) or am I trying to do something which is impossible? It seems like such a small task I am trying to achieve though?
>
>Thanks
>Nelly
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform