Share via


WordImporter.Export Method

InfoPath Developer Reference

This method is available to the WordImporter object but is non-operational and returns E_NOTIMPL.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.Export(srcPath, destPath, vfShowUI, pMessage)

expression   An expression that returns a WordImporter object.

Parameters

Name Required/Optional Data Type Description
srcPath Required String
destPath Required String
vfShowUI Required Boolean
pMessage Required String

Return Value
Nothing

Remarks

This interface, object, member or enumeration is provided by the InfoPath design environment. A reference must be set to the Microsoft Office InfoPath Designer 2.0 Type Library, located at C:\Program Files\Microsoft Office\Office12\IPDESIGN.DLL.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

See Also