Microsoft Fax Extended COM

T

Tom Macaulay

I am investigating automating fax output from a Visual Fox
Pro application. The MSDN details for the "Body"(ie. the
document to be faxed) states that Word,Excel and text
files are accepted formats but gives no details of other
formats.

Can anyone help?

Tom Macaulay
 
T

Tom Macaulay

-----Original Message-----
Essentially any document that can be printed - to be more specific - the
application supporting the document must support the PrintTo verb.

I had read that which is why I posted this message. Other
fax applications with COM objects offer 2 ways to fax
documents. By attachment of a file or by routing of the
document at point of production within the application
through the fax printer driver.

The MSDN details given suggest that an attached file is
the only option.
 
A

Ananda Sarkar [MSFT]

From MSDN for FaxDocument.Body, "Examples of documents that you can send as
a fax body are a text file (.txt), a Microsoft Word document (.doc), or a
Microsoft Excel spreadsheet (.xls). When you send a fax from a client
computer, the body has to be associated with an application that is
installed on that computer, and the application has to support the PrintTo
verb; otherwise, the fax will fail.."

So, the format that you want to use has to be associated with some
Application and that application must be able to print the document.

Thanks, Anand

--
Ananda Sarkar
Microsoft Printing, Imaging & 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