Get fax sent time

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.
 
R

Raghavendra R [MSFT]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top