IFaxStatus::get_SubmittedTime method (faxcom.h)

Retrieves the SubmittedTime property for the FaxStatus object of a parent FaxPort object. The SubmittedTime property is a number that represents the time the user submitted the active fax job.

This property is read-only.

Syntax

HRESULT get_SubmittedTime(
  DATE *pVal
);

Parameters

pVal

Return value

None

Remarks

You can use the SubmittedTime property of a FaxStatus object in conjunction with the StartTime property of the object to provide users with information about a fax job.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxPort

IFaxPorts

IFaxStatus

IFaxStatus::get_Send

IFaxStatus::get_StartTime