SendFax Method

See Also         Example         Applies To

Application object: Starts the Fax Wizard.

Document object: Sends the specified document as a fax, without any user interaction.

Syntax 1

expression.SendFax

Syntax 2

expression.SendFax(Address, Subject)

expression   Required. An expression that returns an Application object (Syntax 1) or a Document object (Syntax 2).

Address   Required String. The recipient's fax number.

Subject   Optional Variant. The text for the subject line. The character limit is 255.


Send feedback to MSDN.Look here for MSDN Online resources.