次の方法で共有


EmailAdapter.Intro プロパティ

EmailAdapterObject オブジェクトの電子メール メッセージで送信される本文の紹介文を取得または設定します。

このプロパティは、CLS に準拠していません。  

名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.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.SemiTrust 名前空間