_TaskRequestAcceptItem.RTFBody Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.