Document.SendFax(String, Object) Method

Definition

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

public void SendFax (string Address, ref object Subject);
abstract member SendFax : string * obj -> unit
Public Sub SendFax (Address As String, Optional ByRef Subject As Object)

Parameters

Address
String

The recipient's fax number.

Subject
Object

The text for the subject line. The character limit is 255.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to