XdAttachmentType 枚举

定义

指定附加到电子邮件的表单文件的类型。

public enum class XdAttachmentType
public enum XdAttachmentType
type XdAttachmentType = 
Public Enum XdAttachmentType
继承
XdAttachmentType

字段

名称 说明
xdXml 0

附件是表单文件 (.xml)。

xdXmlXsn 1

附件是表单文件 (.xml) 及其关联的表单模板文件 (.xsn)。

xdNone 2

不附加任何文件。

注解

使用 XdAttachmentType 指定 AttachmentType 接口的 EmailAdapter 属性和 AttachmentType 接口的 MailEnvelope2 属性。

适用于