2.2.147.35 emailAdapterExtension

The emailAdapterExtension element specifies the method of submitting the form file using the e-mail data adapter.

Parent Elements

dataConnections

Attributes:

emailAttachmentType: This attribute specifies the file type an attachment MUST be sent as when the form file is submitted using the e-mail data adapter. This attribute MUST be set to one of the following values:

  • none: This value specifies that the form file is sent in the body of the e-mail.

  • xml: This value specifies that the form file is attached to the e-mail as an XML file.

  • xmlXsn: This value specifies that the form file and the form template (.xsn) file are both attached as two separate attachments to the e-mail.

ref:  This attribute specifies the associated emailAdapter element (section 2.2.51) that is being extended. The specified value SHOULD match the value specified by the name attribute of the corresponding emailAdapter element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

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