XdAttachmentType 列挙型

定義

電子メール メッセージに添付するフォーム ファイルの種類を指定します。

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

フィールド

xdNone 2

ファイルを添付しません。

xdXml 0

添付ファイルはフォーム ファイル (.xml) です。

xdXmlXsn 1

添付ファイルは、フォーム ファイル (.xml)、およびフォーム ファイルに関連するフォーム テンプレート ファイル (.xsn) です。

注釈

XdAttachmentType を使用して、AttachmentTypeインターフェイスのEmailAdapterプロパティとインターフェイスのプロパティをAttachmentTypeMailEnvelope2指定します。

適用対象