_AppointmentItem.RTFBody 属性

定义

返回或设置一个字节数组,该数组以 RTF 格式表示 Microsoft Outlook 项目的正文。 读/写。

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

属性值

注解

可以使用 C# 或 Visual Basic 中的 System.Text.Encoding.AsciiEncoding.GetString () 方法将字节数组转换为字符串。

适用于