_PostItem.BodyFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie ou définit une OlBodyFormat constante indiquant le format du corps de texte. Lecture-écriture.
public:
property Microsoft::Office::Interop::Outlook::OlBodyFormat BodyFormat { Microsoft::Office::Interop::Outlook::OlBodyFormat get(); void set(Microsoft::Office::Interop::Outlook::OlBodyFormat value); };
public Microsoft.Office.Interop.Outlook.OlBodyFormat BodyFormat { get; set; }
Public Property BodyFormat As OlBodyFormat
Valeur de propriété
Remarques
Ce format détermine la norme utilisée pour afficher le texte du message. Microsoft Outlook fournit trois options de format de corps de texte : texte brut, RTF (Rich Text) et HTML.
Toute la mise en forme du texte est perdue quand la propriété BodyFormat est commutée de RTF en HTML, et inversement.