MailEnvelope.Introduction 属性

定义

获取或设置电子邮件正文中的介绍。

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 中打开的表单中运行的代码访问此类型或成员。

适用于