SubmitToHostAdapter.Submit Method

InfoPath Developer Reference

Executes the submit operation on the SubmitToHostAdapter adapter.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.Submit

expression   An expression that returns a SubmitToHostAdapter object.

Return Value
Nothing

Remarks

The Submit method of the SubmitToHostAdapter object submits the form's entire underlying XML document to the hosting environment.

Security Level 2: 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.

See Also