IFaxOutgoingJob::get_TransmissionStart method (faxcomex.h)

The IFaxOutgoingJob::get_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

HRESULT get_TransmissionStart(
  DATE *pdateTransmissionStart
);

Parameters

pdateTransmissionStart

Return value

None

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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxOutgoingJob

IFaxOutgoingJob

Visual Basic Example