_Document.SendFax(String, Object) Method

Definition

Sends the specified 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

Required String. The recipient's fax number.

Subject
Object

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

Applies to