EmailAdapterObject オブジェクトの電子メール メッセージの本文の紹介文を取得または設定します。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(12)> _
Property Intro As String
'使用
Dim instance As EmailAdapter
Dim value As String
value = instance.Intro
instance.Intro = value
[DispIdAttribute(12)]
string Intro { get; set; }
例
myEmailAdapter.Intro = "Introduction text";
関連項目
参照
EmailAdapter インターフェイス
EmailAdapter のメンバ
Microsoft.Office.Interop.InfoPath 名前空間