Edit

Share via


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

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.

Applies to