Hello,
I am trying to set up an application that will use WinFax to send faxes and have used the model in the FAQ :
oFaxObject=CreateObject("faxmng32.application"
oFaxObject.FaxName=mfaxname
oFaxObject.FaxNumber=mfaxno
oFaxObject.FaxDocument=mfaxdoc
oFaxObject.Send
However, when I use the CreateObject statement above, I get a class definition not found error message. I have also tried "winfax.application" with the same result. Can anyone suggest an appropiate statement for CreateObject?
An alternative would be for me to use the DDE functions in WinFax to essentially accomplish the same thing. Any thoughts or suggestions?
Thank you for your help.
I am trying to set up an application that will use WinFax to send faxes and have used the model in the FAQ :
oFaxObject=CreateObject("faxmng32.application"

oFaxObject.FaxName=mfaxname
oFaxObject.FaxNumber=mfaxno
oFaxObject.FaxDocument=mfaxdoc
oFaxObject.Send
However, when I use the CreateObject statement above, I get a class definition not found error message. I have also tried "winfax.application" with the same result. Can anyone suggest an appropiate statement for CreateObject?
An alternative would be for me to use the DDE functions in WinFax to essentially accomplish the same thing. Any thoughts or suggestions?
Thank you for your help.