XdAttachmentType Enum

Definition

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

xdNone 2

No file will be attached.

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).

Remarks

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

Applies to