_TaskItem.RTFBody Propriété

Définition

Renvoie ou définit un tableau d’octets qui représente le corps de l’élément Microsoft Outlook au format Texte enrichi. Lecture-écriture.

public:
 property System::Object ^ RTFBody { System::Object ^ get(); void set(System::Object ^ value); };
public object RTFBody { get; set; }
Public Property RTFBody As Object

Valeur de propriété

Remarques

Vous pouvez utiliser la méthode System.Text.Encoding.AsciiEncoding.GetString() en C# ou Visual Basic pour convertir un tableau d’octets en chaîne.

S’applique à