K
Kamran Kazemi
Hi ther
I have a win 2000 PC with outlook 2000 (without service pack 1) installed on it. It is connected to a modem and is used for sending faxes. Microsoft’s Fax Service is configured and Outlook happily sends faxes when you type fax numbers in “[Fax:FaxRecipient@nnnnnnnn]†format
I have written a fax server application that uses this infrastructure to send and receive faxes. The faxes are composed and saved as MSG file from any machine on our network. The fax server just loads and sends the MSG file from this PC using the following VB 6.0 code (FilePath is the fully qualified path to the MSG file)
Set objMail = objOutlook.CreateItemFromTemplate(FilePath
If objMail.Recipients.ResolveAll The
objMail.Sen
GoTo ExitPoin
End I
The server application used to work on our old server until we had to change the PC. After changing the PC, I can still send fax from the outlook but when my fax server tries to send the fax, outlook says that the recipient address cannot be resolved. I can see why because the address in the to list remains as “[Fax:FaxRecipient@nnnnnnnn]â€
I am positive that there is some minor thing that I have forgotten to set on the new PC. But for the life of me, I cannot see what it is. I have checked the printto verb for the tiff files and they are all defined. The server application does not get any errors. Can anybody point me in the right direction.
I have a win 2000 PC with outlook 2000 (without service pack 1) installed on it. It is connected to a modem and is used for sending faxes. Microsoft’s Fax Service is configured and Outlook happily sends faxes when you type fax numbers in “[Fax:FaxRecipient@nnnnnnnn]†format
I have written a fax server application that uses this infrastructure to send and receive faxes. The faxes are composed and saved as MSG file from any machine on our network. The fax server just loads and sends the MSG file from this PC using the following VB 6.0 code (FilePath is the fully qualified path to the MSG file)
Set objMail = objOutlook.CreateItemFromTemplate(FilePath
If objMail.Recipients.ResolveAll The
objMail.Sen
GoTo ExitPoin
End I
The server application used to work on our old server until we had to change the PC. After changing the PC, I can still send fax from the outlook but when my fax server tries to send the fax, outlook says that the recipient address cannot be resolved. I can see why because the address in the to list remains as “[Fax:FaxRecipient@nnnnnnnn]â€
I am positive that there is some minor thing that I have forgotten to set on the new PC. But for the life of me, I cannot see what it is. I have checked the printto verb for the tiff files and they are all defined. The server application does not get any errors. Can anybody point me in the right direction.