The following example creates a new task output target.



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");