Document.SendFax(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.