Share via


_SharingItem.BodyFormat Propriété

Définition

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.

S’applique à