_MailItem.BodyFormat 属性

定义

返回或设置一个 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,反之亦然,所有文本格式都将丢失。

适用于