次の方法で共有


UI.ShowMailItem メソッド

このメンバは、新しいバージョンに置き換えられた COM インターフェイスのメンバのラッパーです。このインターフェイスの新しいバージョンでは、以前のインターフェイスのすべてのメンバと追加の新しいメンバが実装されています。新しいインターフェイスで実装されているこのメンバについては (使用例、解説、およびサンプル コードを含む)、次を参照してください UI2.ShowMailItem.

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
<DispIdAttribute(4)> _
Sub ShowMailItem ( _
    <InAttribute> bstrTo As String, _
    <InAttribute> bstrCC As String, _
    <InAttribute> bstrBCC As String, _
    <InAttribute> bstrSubject As String, _
    <InAttribute> bstrBody As String _
)
'使用
Dim instance As UI
Dim bstrTo As String
Dim bstrCC As String
Dim bstrBCC As String
Dim bstrSubject As String
Dim bstrBody As String

instance.ShowMailItem(bstrTo, bstrCC, bstrBCC, bstrSubject, bstrBody)
[DispIdAttribute(4)] 
void ShowMailItem (
    [InAttribute] string bstrTo,
    [InAttribute] string bstrCC,
    [InAttribute] string bstrBCC,
    [InAttribute] string bstrSubject,
    [InAttribute] string bstrBody
)

パラメータ

  • bstrTo
  • bstrCC
  • bstrBCC
  • bstrSubject
  • bstrBody

関連項目

参照

UI インターフェイス
UI のメンバ
Microsoft.Office.Interop.InfoPath 名前空間