_ContactItem.RTFBody Property

Definition

Returns or sets a byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.

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

Property Value

Remarks

You can use the System.Text.Encoding.AsciiEncoding.GetString() method in C# or Visual Basic to convert an array of bytes to a string.

Applies to