EmailAdapter.SubmitData Method
Submits the specified DOM element or DOM document to a data adapter.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Sub SubmitData ( _
pData As IXMLDOMNode _
)
'Usage
Dim instance As EmailAdapter
Dim pData As IXMLDOMNode
instance.SubmitData(pData)
void SubmitData(
IXMLDOMNode pData
)
Parameters
pData
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeThe XML data that is to be sent in the e-mail message.
Remarks
Important
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.