IFaxDoc::Send method (faxcom.h)

The Send method transmits the document specified by the FileName property of a FaxDoc object. The method can send the fax to the fax number specified by the FaxNumber property.

Syntax

HRESULT Send(
  [out, retval] long *pVal
);

Parameters

[out, retval] pVal

Type: LONG*

Specifies a pointer to a variable to receive a unique number that identifies the queued job that will send the fax transmission.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The FileName property is required to send a fax transmission using a call to the IFaxDoc::Send method. The FaxNumber property is also required. For more information, see Transmitting Faxes.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxDoc