IFaxOutgoingJob::get_TransmissionEnd method (faxcomex.h)
The IFaxOutgoingJob::get_TransmissionEnd property indicates the time that the outbound fax job completed transmission.
This property is read-only.
Syntax
HRESULT get_TransmissionEnd(
DATE *pdateTransmissionEnd
);
Parameters
pdateTransmissionEnd
Return value
None
Remarks
The property is not valid as long as the fax is still being sent by the fax device. It will have a value only after the transmission has ended. In the case of an individual fax, once the transmission has ended, the fax will be moved to the outgoing archive, and you will not be able to retrieve this value. You can instead retrieve the value of the TransmissionEnd property. In the case of a broadcast, each fax of the broadcast remains in the outgoing queue until the entire broadcast has been completed, and you can retrieve the value for the IFaxOutgoingJob::get_TransmissionEnd property.
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 |