emailAdapterExtension Element

Specifies the extended information for the emailAdapter element in the manifest.xsf whose name attribute matches the ref attribute of this element.

Usage

  
<emailAdapterExtension
	ref="xsf:xdTitle"
	emailAttachmentType="xsd:emailAttachmentType"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
dataConnections Contains elements that specify data connections.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
ref xdTitle Required Specifies the name of the emailAdapter element in the manifest.xsf that this element extends.

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.
String
emailAttachmentType emailAttachmentType Required Specifies the type of file attachment sent when the e-mail submit data connection is invoked. Possible values are xml, xmlXsn, and none.

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.
  • none
  • xml
  • xmlXsn

Definition

  
<xsd:element name="emailAdapterExtension">
     <xsd:complexType>
        <xsd:sequence />
        <xsd:attribute name="ref" type="xsf:xdTitle" use="required" />
        <xsd:attribute name="emailAttachmentType" type="xsf2:emailAttachmentType" use="required" />
    </xsd:complexType>
</xsd:element>

Remarks

Microsoft Office InfoPath adds the emailAdapterExtension element to the manifest.xsf file when the attachment settings for a data connection for submitting a form as an e-mail message are set to settings other than the default option supported in Office InfoPath 2003.

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.

Example

The following is an example of the emailAdapterExtension element.

  
<xsf2:emailAdapterExtension ref="Email Submit" emailAttachmentType="xmlXsn"></xsf2:emailAdapterExtension>