Sdílet prostřednictvím


EmailAdapter.SubmitData-Methode

Sendet das angegebene DOM-Element bzw. DOM-Dokument an einen Datenadapter.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(16)> _
Sub SubmitData ( _
    <InAttribute> pData As IXMLDOMNode _
)
'Usage
Dim instance As EmailAdapter
Dim pData As IXMLDOMNode

instance.SubmitData(pData)
[DispIdAttribute(16)] 
void SubmitData (
    [InAttribute] IXMLDOMNode pData
)

Parameter

  • pData
    Die XML-Daten, die in der E-Mail-Nachricht gesendet werden sollen.

Siehe auch

Referenz

EmailAdapter-Schnittstelle
EmailAdapter-Member
Microsoft.Office.Interop.InfoPath-Namespace