EmailAdapter.AttachmentType 属性

定义

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

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType AttachmentType { Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType AttachmentType { get; set; }
member this.AttachmentType : Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType with get, set
Public Property AttachmentType As XdAttachmentType

属性值

指定 XdAttachmentType 附件类型的枚举。

注解

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

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

适用于