EmailSubmitConnection.EmailAttachmentType 属性

定义

获取或设置要附加到使用 EmailSubmitConnection 对象提交的电子邮件的文件类型。

public:
 abstract property Microsoft::Office::InfoPath::EmailAttachmentType EmailAttachmentType { Microsoft::Office::InfoPath::EmailAttachmentType get(); void set(Microsoft::Office::InfoPath::EmailAttachmentType value); };
public abstract Microsoft.Office.InfoPath.EmailAttachmentType EmailAttachmentType { get; set; }
member this.EmailAttachmentType : Microsoft.Office.InfoPath.EmailAttachmentType with get, set
Public MustOverride Property EmailAttachmentType As EmailAttachmentType

属性值

一个 EmailAttachmentType 对象,该对象指定附加到电子邮件的文件类型。

注解

使用 EmailAttachmentType 指定附加到电子邮件的文件类型,可以是表单文件 (.xml) 、 (.xml) 表单文件以及表单模板文件 (.xsn) ,也可以是无文件。

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

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

适用于