EmailAdapter.Submit method

Executes the submit operation on the associated adapter.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Sub Submit
'Usage
Dim instance As EmailAdapter

instance.Submit()
void Submit()

Remarks

The Submit method submits the form's entire underlying XML document, whereas the SubmitData method can submit any XML DOM element or document.

See also

Reference

EmailAdapter interface

EmailAdapter members

Microsoft.Office.Interop.InfoPath namespace