FaxIncomingJob.CopyTiff method

The CopyTiff method copies the Tagged Image File Format Class F (TIFF Class F) file associated with the inbound fax job to a file on the local computer.

Syntax

FaxIncomingJob.CopyTiff( _
  ByVal bstrTiffPath As String _
) As Long

Parameters

bstrTiffPath [in]

Type: String

Null-terminated string that specifies a fully qualified path and file name on the local computer.

Remarks

To use this method, a user must have the farQUERY_JOBS access right.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxIncomingJob

IFaxIncomingJob