This topic has not yet been rated - Rate this topic

Document.SendFax Method

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

Syntax

expression.SendFax(Address, Subject)

expression   Required. A variable that represents a Document object.

Parameters

NameRequired/OptionalData TypeDescription
AddressRequiredStringThe recipient's fax number.
SubjectOptionalVariantThe text for the subject line. The character limit is 255.

Example

This example sends the active document as a fax.

Visual Basic for Applications
ActiveDocument.SendFax Address:="12065551234", _
    Subject:="Important Fax"



Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ