UIObjectClass.ShowMailItem - Méthode
Ce type est le wrapper d’une coclasse ou d’un membre de coclasse requis par le code managé pour l’interopérabilité COM. Cette classe n’est pas destinée à être utilisée dans le code.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Public Overridable Sub ShowMailItem ( _
bstrTo As String, _
bstrCC As String, _
bstrBCC As String, _
bstrSubject As String, _
bstrBody As String _
)
'Utilisation
Dim instance As UIObjectClass
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)
public virtual void ShowMailItem(
string bstrTo,
string bstrCC,
string bstrBCC,
string bstrSubject,
string bstrBody
)
Paramètres
- bstrTo
Type : System.String
- bstrCC
Type : System.String
- bstrBCC
Type : System.String
- bstrSubject
Type : System.String
- bstrBody
Type : System.String
Implémentations
UI2.ShowMailItem(String, String, String, String, String)