XdAttachmentType Enumeration
Specifies the type of form files attached to an e-mail message.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Enumeration XdAttachmentType
'Usage
Dim instance As XdAttachmentType
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.