この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
Public Overridable Sub UI_ShowMailItem ( _
<InAttribute> bstrTo As String, _
<InAttribute> bstrCC As String, _
<InAttribute> bstrBCC As String, _
<InAttribute> bstrSubject As String, _
<InAttribute> bstrBody As String _
) Implements UI.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, UI).ShowMailItem(bstrTo, bstrCC, bstrBCC, bstrSubject, bstrBody)
public virtual void UI.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 名前空間