次の方法で共有


EmailAdapter.AttachmentType プロパティ

定義

オブジェクトと共に送信される電子メール メッセージに添付するファイルの種類を EmailAdapter 取得または設定します。

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType AttachmentType { Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::XdAttachmentType value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType AttachmentType { get; set; }
member this.AttachmentType : Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType with get, set
Public Property AttachmentType As XdAttachmentType

プロパティ値

XdAttachmentType添付ファイルの種類を指定する列挙体。

注釈

列挙体を XdAttachmentType 使用して、電子メール メッセージに添付されるファイルの種類 (フォーム ファイル (.xml)、フォーム ファイル (.xml) とフォーム テンプレート ファイル (.xsn)、またはファイルなしを指定できます。

このメンバは、現在開いているフォームと同じドメインで実行中のフォーム、またはクロスドメインのアクセス許可が与えられたフォームだけがアクセスできます。

適用対象