EmailSubmitConnection.Introduction 属性

定义

获取或设置使用 EmailSubmitConnection 对象提交的电子邮件正文中的简介。

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

属性值

提交的电子邮件的正文中的介绍。

注解

此成员只能由与当前打开的表单在相同域中运行的表单访问,或者由已授予跨域权限的表单访问。

可以通过 Microsoft InfoPath Filler 或 Web 浏览器内打开的表单中运行的代码访问此类型或成员。

适用于