Contents of the e-mail subject
[emailSubjectTemplate]
The contents of the e-mail subject can be customized with this setting.
You can also use variables of type String, ActiveDirectory, Input or Local in this field.
Example
        XML
    
    <configuration version="1.2.0">
  <applicationSettings>
	...
    <emailSubjectTemplate>{%Input.subject%}</emailSubjectTemplate> 
	...
  </applicationSettings>
</configuration>