XdAttachmentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of form files attached to an e-mail message.
public enum class XdAttachmentType
[System.Runtime.InteropServices.Guid("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")]
public enum XdAttachmentType
type XdAttachmentType =
Public Enum XdAttachmentType
- Inheritance
-
XdAttachmentType
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdXml | 0 | The attachment is a form file (.xml). |
xdXmlXsn | 1 | The attachment is a form file (.xml) along with its associated form template file (.xsn). |
xdNone | 2 | 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.