次の方法で共有


UIObjectClass.ShowMailItem メソッド

この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。

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

構文

'宣言
<DispIdAttribute(4)> _
Public Overridable Sub ShowMailItem ( _
    <InAttribute> bstrTo As String, _
    <InAttribute> bstrCC As String, _
    <InAttribute> bstrBCC As String, _
    <InAttribute> bstrSubject As String, _
    <InAttribute> bstrBody As String _
) Implements UI2.ShowMailItem
'使用
Dim instance As UIObjectClass
Dim bstrTo As String
Dim bstrCC As String
Dim bstrBCC As String
Dim bstrSubject As String
Dim bstrBody As String

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

パラメータ

  • bstrTo
  • bstrCC
  • bstrBCC
  • bstrSubject
  • bstrBody

関連項目

参照

UIObjectClass クラス
UIObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間