次の方法で共有


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プロパティとインターフェイスのプロパティをAttachmentTypeMailEnvelope2指定します。

適用対象