EmailAdapter.AttachmentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要附加到使用 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) ,也可以是无文件。
此成员只能由与当前打开的表单在相同域中运行的表单访问,或者由已授予跨域权限的表单访问。