TaskItem.RTFBody Property (Outlook)
Returns or sets a Byte array that represents the body of the Microsoft Outlook item in Rich Text Format. Read/write.
Version Information
Version Added: Outlook 2010
Syntax
expression .RTFBody
expression A variable that represents a TaskItem object.
Remarks
You can use the StrConv function in Microsoft Visual Basic for Applications (VBA), or the System.Text.Encoding.AsciiEncoding.GetString() method in C# or Visual Basic to convert an array of bytes to a string.