Share via


XdAttachmentType Enumeration

Specifies the type of form files attached to an e-mail message.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Members

  Member name Description
xdNone No file will be attached. 
xdXml The attachment is a form file (.xml). 
xdXmlXsn The attachment is a form file (.xml) along with its associated form template file (.xsn). 

Remarks

Use the XdAttachmentType to specify the AttachmentType property of the EmailAdapter interface and the AttachmentType property of the MailEnvelope2 interface.

See Also

Reference

Microsoft.Office.Interop.InfoPath Namespace