_Application.EmailTemplate 属性

定义

返回或设置一个 字符串 ,表示要发送电子邮件时使用的文档模板。

public:
 property System::String ^ EmailTemplate { System::String ^ get(); void set(System::String ^ value); };
public string EmailTemplate { get; set; }
member this.EmailTemplate : string with get, set
Public Property EmailTemplate As String

属性值

注解

指定 Microsoft Word 作为电子邮件编辑器,您必须在 Microsoft Outlook 中执行此操作时,请使用 EmailTemplate 属性。

适用于