EmailAdapterObjectClass.SubmitData(IXMLDOMNode) Method

Definition

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

public:
 virtual void SubmitData(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ pData) = Microsoft::Office::Interop::InfoPath::EmailAdapter::SubmitData;
public virtual void SubmitData (Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode pData);
abstract member SubmitData : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode -> unit
override this.SubmitData : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode -> unit
Public Overridable Sub SubmitData (pData As IXMLDOMNode)

Parameters

pData
IXMLDOMNode

Implements

Applies to