_PostItem.BodyFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 OlBodyFormat 常量,指示正文文本的格式。 读/写。
public:
property Microsoft::Office::Interop::Outlook::OlBodyFormat BodyFormat { Microsoft::Office::Interop::Outlook::OlBodyFormat get(); void set(Microsoft::Office::Interop::Outlook::OlBodyFormat value); };
public Microsoft.Office.Interop.Outlook.OlBodyFormat BodyFormat { get; set; }
Public Property BodyFormat As OlBodyFormat
属性值
注解
正文文本格式决定用于显示邮件文本的标准。 Microsoft Outlook 提供了三个正文文本格式选项:纯文本、RTF 和 HTML。
BodyFormat 属性从 RTF 切换到 HTML,反之亦然,所有文本格式都将丢失。