Create Task Output Target
The following example creates a new task output target.
- Connect to the administration web service. 
 - Specify the task output target type as one of the following values
FileSystem
Smtp 
Code Sample
# Creates a new file system task output target.
$identifier = $administration.DO_CreateTaskOutputTarget("FileSystem");
# Creates a new SMTP task output target.
$identifier = $administration.DO_CreateTaskOutputTarget("Smtp");