SignatureLine.SuggestedSignerEmailAddress 属性

获取或设置控件的建议签名人的电子邮件地址。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
Property SuggestedSignerEmailAddress As String
    Get
    Set
用法
Dim instance As SignatureLine
Dim value As String

value = instance.SuggestedSignerEmailAddress

instance.SuggestedSignerEmailAddress = value
string SuggestedSignerEmailAddress { get; set; }

属性值

类型:System.String
建议的签名人的电子邮件地址。

备注

不管是在设计时还是通过编程方式设置 SuggestedSignerEmailAddress 属性的值,此值都不会在"签名行"控件的用户界面中显示。在对表单或数据集进行签名时,此值作为元数据存储,并且可以通过编程方式使用此属性从表单代码中来访问。

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

另请参阅

引用

SignatureLine 接口

SignatureLine 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间