Edit

Share via


EmailAdapter.SubmitData(IXMLDOMNode) Method

Definition

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.

Applies to