UIObjectClass.UI_ShowMailItem-Methode
Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
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
'Usage
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
)
Parameter
- bstrTo
- bstrCC
- bstrBCC
- bstrSubject
- bstrBody
Siehe auch
Referenz
UIObjectClass-Klasse
UIObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace