IFaxTiff::get_RawReceiveTime method (faxcom.h)
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
HRESULT get_RawReceiveTime(
VARIANT *pVal
);
Parameters
pVal
Return value
None
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
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