FaxOutgoingJob.TransmissionStart property

The TransmissionStart property indicates the time that the fax outbound job began transmitting. This property will have a value only after the transmission has started.

This property is read-only.

Syntax

Property TransmissionStart As Date

Property value

Date value. An 8-byte floating-point number that contains the time, expressed in local system time, that the fax began transmitting.

For more information about the Date data type, see the Microsoft Visual C++ Programmer's Guide.

Remarks

In the case of a failed fax, this property will be assigned a value of zero. If you try to retrieve the property for a failed fax, you will receive an error.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxOutgoingJob

IFaxOutgoingJob