Document.SendFax Method
Office 2007
| Word Developer Reference |
Syntax
expression.SendFax(Address, Subject)
expression Required. A variable that represents a Document object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Address | Required | String | The recipient's fax number. |
| Subject | Optional | Variant | The text for the subject line. The character limit is 255. |
Example
This example sends the active document as a fax.
| Visual Basic for Applications |
|---|
|
See Also