FaxIncomingJob.ExtendedStatus property

The ExtendedStatus property is a null-terminated string that describes the job's extended status.

This property is read-only.

Syntax

Property ExtendedStatus As String

Property value

A String that receives a description of the job's extended status. For more information, see FAX_JOB_EXTENDED_STATUS_ENUM.

Remarks

The ExtendedStatus property can have a value only if the fax service provider (FSP) returns a proprietary status code in the ExtendedStatusCode property. Otherwise, the ExtendedStatus property will contain an empty string.

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