XdAttachmentType 枚举

定义

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

public enum class XdAttachmentType
[System.Runtime.InteropServices.Guid("27CBF5C9-3D8C-3C7E-A55F-E1B5A35FFCF0")]
public enum XdAttachmentType
type XdAttachmentType = 
Public Enum XdAttachmentType
继承
XdAttachmentType
属性

字段

xdNone 2

不附加任何文件。

xdXml 0

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

xdXmlXsn 1

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

注解

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

适用于