Share via


emailAttachmentType Type

Specifies how form files are attached when a form based on this form template is submitted or sent in e-mail. Allowed values are "none", "xml", and "xmlXsn".

Type Information

Namespace xsf2

Remarks

Note   This element or attribute must be present and valid in the form definition file (.xsf), before InfoPath Forms Services will allow the form template to be deployed to the server as a browser-compatible form.

Definition

  
<xsd:simpleType name="emailAttachmentType" ">
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:pattern value="[a-zA-Z0-9_]*" />
    </xsd:restriction>
  </xsd:simpleType>