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
<GuidAttribute("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")> _
Public Enumeration XdAttachmentType
'Usage
Dim instance As XdAttachmentType
[GuidAttribute("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")]
public enum XdAttachmentType
Members
Member name | Description | |
---|---|---|
xdXml | The attachment is a form file (.xml). | |
xdXmlXsn | The attachment is a form file (.xml) along with its associated form template file (.xsn). | |
xdNone | No file will be attached. |
Remarks
Use the XdAttachmentType to specify the AttachmentType property of the EmailAdapter interface and the AttachmentType property of the MailEnvelope2 interface.