FaxDoc.Send method
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
FaxDoc.Send() As Long
Parameters
This method has no parameters.
Return value
Type: Long*
Specifies a pointer to a variable to receive a unique number that identifies the queued job that will send the fax transmission.
Remarks
The FileName property is required to send a fax transmission using a call to the Send method. The FaxNumber property is also required. For more information, see Transmitting Faxes.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also