EmailAdapter.SubmitData(IXMLDOMNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Submits the specified DOM element or DOM document to a data adapter.
public:
void SubmitData(Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ pData);
public void SubmitData (Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode pData);
abstract member SubmitData : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode -> unit
Public Sub SubmitData (pData As IXMLDOMNode)
Parameters
- pData
- IXMLDOMNode
The 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.