H
Hraklhs
I use the Microsoft Fax Service Extended COM Library.
I submit a document to the local fax server using the
FaxDocument.ConnectedSubmit method and I get back the job ID.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinta_n_5cfo.asp))
MSDN example - Sending a Fax:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_27co.asp
I want to retrieve the same job ID on the
FaxServer_OnOutgoingJobChanged event (so as to move the sent document
to another folder).
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinto_z_3xus.asp)
MSDN example - Registering for Fax Events:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_3u5v.asp
The problem is that the job ID returned from the
FaxDocument.ConnectedSubmit method (ex. 144613567377692395) is
different from the bstrJobId parameter of the
FaxServer_OnOutgoingJobChanged event (ex. 201c545f93fd6eb). Can you
help me?
I submit a document to the local fax server using the
FaxDocument.ConnectedSubmit method and I get back the job ID.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinta_n_5cfo.asp))
MSDN example - Sending a Fax:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_27co.asp
I want to retrieve the same job ID on the
FaxServer_OnOutgoingJobChanged event (so as to move the sent document
to another folder).
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinto_z_3xus.asp)
MSDN example - Registering for Fax Events:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxusing_3u5v.asp
The problem is that the job ID returned from the
FaxDocument.ConnectedSubmit method (ex. 144613567377692395) is
different from the bstrJobId parameter of the
FaxServer_OnOutgoingJobChanged event (ex. 201c545f93fd6eb). Can you
help me?