EmailOptions.EmbedSmartTag 属性

定义

确定 Microsoft Word是否将智能标记信息保存在 HTML 电子邮件中。

public:
 property bool EmbedSmartTag { bool get(); void set(bool value); };
public bool EmbedSmartTag { get; set; }
member this.EmbedSmartTag : bool with get, set
Public Property EmbedSmartTag As Boolean

属性值

注解

如果Word将智能标记信息保存在 HTML 电子邮件中,则此属性返回 True,否则返回 False

将 Word 指定为电子邮件编辑器并使用 HTML 发送邮件时,请使用 EmbedSmartTag 属性。 这允许邮件收件人访问智能标记信息,而无需在其计算机上注册识别器文件。 要将 Word 作为默认的电子邮件编辑器,请更改 Microsoft Outlook 的相关设置。

适用于