Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formating Emails
Message
 
 
À
21/03/2002 10:15:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00635202
Message ID:
00635500
Vues:
13
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform