contents.gifindex.gifprev1.gifnext1.gif

FaxReceive method

The FaxReceive method is used to receive one or more fax documents. The number of file names passed in the filename array must be the maximum number of fax documents your program expects to receive. That is, your program will not be able to receive more faxes than the number of names you pass in. Your program can, however, receive fewer faxes during a fax call if the call is disconnected before the maximum number is reached.

Type

Arguments: Array of file names to write received faxes into BSTR*

Returns: A long integer status code (see ActiveAG Status codes)

Property interactions: None

NOTE: In order for this FAX method to work, the version of ActiveAG that supports FAX must be installed Other versions of ActiveAG will throw an exception with the code AagErrMethodNotAvail.

To install the version of ActiveAG that supports FAX requires that NMS NaturalFax software be installed previously. See the Installation Notes topic.