Поделиться через


FaxTiff.RawReceiveTime property

Retrieves the RawReceiveTime property for a FaxTiff object. The RawReceiveTime property is the time at which reception began for an inbound fax file, expressed in Coordinated Universal Time (UTC). This property can also be the time at which reception or transmission began for an archived file.

This property is read-only.

Syntax

Property RawReceiveTime As Variant

Property value

A Variant that receives the time at which reception or transmission began for the specified fax file, expressed in UTC. The method returns a vt member with the value VT_CY, and a cyVal member that contains a FILETIME structure.

Remarks

A fax client application must set the Image property before retrieving another property for a FaxTiff object.

The get_RawReceiveTime method sets the pVal parameter to the local time at which the fax job started receiving or transmitting the fax file.

The RawReceiveTime property contains the local time at which the fax job started receiving or transmitting the fax file.

The get_ReceiveTime method returns the time in a formatted string.

The ReceiveTime property contains the time in a formatted string.

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

FaxTiff

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxTiff

Image

FILETIME

ReceiveTime