Get fax sent time

  • Thread starter Thread starter Sarah Berger
  • Start date Start date
S

Sarah Berger

How do I retrieve the date/time a fax was actually sent? I can do
this by querying the FaxStatus object through the FaxPort object, but
it does not seem to link to a job by a JobID.
 
It's not possible to get it through Windows 2000 fax client APIs. In the
extended COM APIs (available from Windows XP onwards) you can get it through
FaxOutgoingJob.TransmissionEnd property as long as the job is in Outbox or
through FaxOutgoingMessage.TransmissionEnd when the job is moved to
SentItems. Please see the documentation for these objects in MSDN.

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 
Back
Top