FaxTiff.ReceiveTime property

Retrieves the ReceiveTime property for a FaxTiff object. The ReceiveTime property is a null-terminated string that contains the time at which reception began for an inbound fax file. The string can contain the time at which reception or transmission began for an archived file.

This property is read-only.

Syntax

Property ReceiveTime As String

Property value

A String that receives the time at which reception or transmission began for the specified fax file.

Remarks

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

The get_ReceiveTime method sets the pVal parameter to the time at which reception began for an inbound fax file, if it is available. If the information is not available, the method returns an empty string.

The ReceiveTime property is a string that represents the time at which reception began for an inbound fax file, if it is available. If the information is not available, RecipientName is "Unavailable".

The get_ReceiveTime method allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

The fax service formats the string according to the user's locale. It is a concatenation of the date and time the service transmitted the fax. The date is separated from the time by an "@" character. For example, in the English locale, a string would be formatted as follows:

10/02/98@10:15AM

The RawReceiveTime property contains the time expressed in Coordinated Universal Time (UTC).

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

RawReceiveTime

SysFreeString