2.2.4.74 emlf:EmailConfigType

The emlf:EmailConfigType type defines the instructions to the email processing filter for the current PostScan job.

 <xs:complexType name="EmailConfigType">
    <xs:sequence>
       <xs:element name="SendToScanUser" type="emlf:BoolExtType" minOccurs="0" />
       <xs:element name="SendToAddresses" type="emlf:SendToAddressesType" 
           minOccurs="0" />
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

emlf:SendToScanUser: A Boolean value that indicates whether the scanned images are to be sent through an email to the user who initiated the PostScan job.

emlf:SendToAddresses: The set of destination email addresses that the email processing filter will use to send the scanned images for the current PostScan job.