Share via


FaxStatus.SubmittedTime property

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

Property SubmittedTime As Date

Property value

A Date that receives the time, expressed in UTC, when the user submitted an outbound fax job on the specified port. Note that the SubmittedTime property is valid only if the Send property is equal to True.

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

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxStatus

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxStatus

Send

StartTime

IFaxPorts

IFaxPort