Share via


EmailAdapter.Submit Method

InfoPath Developer Reference

Executes the submit operation on the associated adapter.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Submit

expression   An expression that returns a EmailAdapter object.

Return Value
Nothing

Remarks

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

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