Document.SendFax (Word)

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

SendFax (Address, Subject)


ActiveDocument.SendFax Address:="12065551234", _ 
 Subject:="Important Fax"

Arguments

The following argument is required

Address (String) - The recipient's fax number.

Optional arguments

The following argument is optional

Subject (String) - The text for the subject line. The character limit is 255.