共用方式為


XdAttachmentType 列舉

會指定附加至電子郵件之表單檔案的類型。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<GuidAttribute("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")> _
Public Enumeration XdAttachmentType
'用途
Dim instance As XdAttachmentType
[GuidAttribute("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")] 
public enum XdAttachmentType

成員

  成員名稱 描述
xdNone 不會附加任何檔案。 
xdXml 附件為表單檔案 (.xml)。 
xdXmlXsn 附件為表單檔案 (.xml) 及其關聯的表單範本檔案 (.xsn)。 

備註

使用 XdAttachmentType 指定 EmailAdapter 介面的 AttachmentType 屬性,以及 MailEnvelope2 介面的 AttachmentType 屬性。

請參閱

參考

Microsoft.Office.Interop.InfoPath 命名空間