Help > Web Development > Object Reference > Object Reference > ISYSDocument > SourceTempFile Property
<a name="kanchor345"></a>ISYSDocument:SourceTempFile Property
Returns the temp files that the ISYS engine creates when opening a document. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.SourceTempFile as string
[C#]
string IISYSDocument.SourceTempFile {get;}
[ColdFusion/Java]
java.lang.String ISYSDocument.SourceTempFile() throws ComException;
Remarks
The temp file returned here is useful for accessing the source document when using ISYS:rich-html. It can also be used for extracting the binary file of attachments of indexed emails.